create .zshrc_custom when install

This commit is contained in:
linsilence 2019-08-26 18:22:55 +08:00
commit fab46943dd

View file

@ -131,6 +131,9 @@ export ZSH=\"$ZSH\"
" ~/.zshrc > ~/.zshrc-omztemp
mv -f ~/.zshrc-omztemp ~/.zshrc
# create ~/.zshrc_custom
touch ~/.zshrc_custom
echo
}