Fix typo in install script

This commit is contained in:
Junegunn Choi
2013-12-26 01:54:29 +09:00
parent 39eb85596c
commit d7f50b1e41

View File

@@ -167,8 +167,8 @@ done
cat << EOF
Finished. Reload your .bashrc or .zshrc.
source ~/.bashrc # bash"
source ~/.zshrc # zsh"
source ~/.bashrc # bash
source ~/.zshrc # zsh
To uninstall fzf, simply remove the added line.
EOF