mirror of
https://github.com/junegunn/fzf.git
synced 2025-08-01 20:52:06 -07:00
Fix typo in install script
This commit is contained in:
4
install
4
install
@@ -167,8 +167,8 @@ done
|
|||||||
|
|
||||||
cat << EOF
|
cat << EOF
|
||||||
Finished. Reload your .bashrc or .zshrc.
|
Finished. Reload your .bashrc or .zshrc.
|
||||||
source ~/.bashrc # bash"
|
source ~/.bashrc # bash
|
||||||
source ~/.zshrc # zsh"
|
source ~/.zshrc # zsh
|
||||||
|
|
||||||
To uninstall fzf, simply remove the added line.
|
To uninstall fzf, simply remove the added line.
|
||||||
EOF
|
EOF
|
||||||
|
Reference in New Issue
Block a user