mirror of
https://github.com/DictXiong/dotfiles.git
synced 2025-04-24 07:36:53 +08:00
docker notify
This commit is contained in:
parent
685da1d1e9
commit
4a28641d5f
9
.zshrc2
9
.zshrc2
|
@ -63,7 +63,14 @@ do
|
|||
fi
|
||||
done
|
||||
# select theme
|
||||
antigen theme ${ZSH_THEME:-ys}
|
||||
TMP_THEME=ys
|
||||
if [[ -e /.dockerenv ]]; then
|
||||
TMP_THEME=blinks
|
||||
echo "==========================="
|
||||
echo "This is in docker container"
|
||||
echo "==========================="
|
||||
fi
|
||||
antigen theme ${ZSH_THEME:-$TMP_THEME}
|
||||
# apply
|
||||
antigen apply
|
||||
# end of antigen config
|
||||
|
|
Loading…
Reference in New Issue
Block a user