mirror of
https://github.com/DictXiong/dotfiles.git
synced 2025-07-30 02:50:29 +08:00
docker notify
This commit is contained in:
parent
685da1d1e9
commit
4a28641d5f
9
.zshrc2
9
.zshrc2
@ -63,7 +63,14 @@ do
|
|||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
# select theme
|
# 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
|
# apply
|
||||||
antigen apply
|
antigen apply
|
||||||
# end of antigen config
|
# end of antigen config
|
||||||
|
Loading…
x
Reference in New Issue
Block a user