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
1 changed files with 7 additions and 5 deletions

12
install
View File

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