A minor update to install script

This commit is contained in:
Junegunn Choi 2013-11-29 13:42:13 +09:00
parent ad8ec7f387
commit b2bb22d883

12
install
View File

@ -76,9 +76,11 @@ for shell in bash zsh; do
echo echo
done done
echo "Finished. Reload your .bashrc or .zshrc to take effect." cat << EOF
echo " source ~/.bashrc # bash" Finished. Reload your .bashrc or .zshrc to take effect.
echo " source ~/.zshrc # zsh" source ~/.bashrc # bash"
echo source ~/.zshrc # zsh"
echo "To uninstall fzf, simply remove the added line."
To uninstall fzf, simply remove the added line.
EOF