mirror of
https://github.com/DictXiong/dotfiles.git
synced 2025-07-01 21:00:29 +08:00
zshrc: in docker use theme robbyrussell
This commit is contained in:
parent
a4dca13893
commit
750271b774
2
.zshrc2
2
.zshrc2
@ -79,7 +79,7 @@ done
|
|||||||
# select theme
|
# select theme
|
||||||
TMP_THEME=ys
|
TMP_THEME=ys
|
||||||
if [[ -e /.dockerenv ]]; then
|
if [[ -e /.dockerenv ]]; then
|
||||||
TMP_THEME=blinks
|
TMP_THEME=robbyrussell
|
||||||
echo "==========================="
|
echo "==========================="
|
||||||
echo "This is in docker container"
|
echo "This is in docker container"
|
||||||
echo "==========================="
|
echo "==========================="
|
||||||
|
Loading…
x
Reference in New Issue
Block a user