Fixed small issue

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

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

Loading…
Cancel
Save