Fixed small issue

main
Thomas Ba. 10 years ago
parent 17396ce422
commit c3358c62f1

@ -91,14 +91,14 @@ if [ $? -ne 0 ] ; then
cecho yellow " ! and remove the .zshrc file in your home directory. "
else
cecho green " . grml-zsh-config is already installed :-)"
fi
# prevent configuration dialog
if [ ! -f "~/.zshrc" ] ; then
cecho yellow " + Creating empty .zshrc"
# prevent configuration dialog
if [ ! -f "~/.zshrc" ] ; then
cecho green " + Creating empty .zshrc"
echo "# empty" > ~/.zshrc
fi
fi
symlink "~/.zsh" "${MY_PATH}/zsh"
symlink "~/.zshrc.local" "${MY_PATH}/zsh/zshrc.local"
while [ ! "$MTYPE" == "PC" -a ! "$MTYPE" == "SERVER" ] ; do

Loading…
Cancel
Save