mirror of
https://github.com/junegunn/fzf.git
synced 2025-11-16 15:23:48 -05: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