mirror of
https://github.com/Llewellynvdm/fzf.git
synced 2024-11-25 22:27:41 +00:00
A minor update to install script
This commit is contained in:
parent
ad8ec7f387
commit
b2bb22d883
12
install
12
install
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user