mirror of
https://github.com/Llewellynvdm/fzf.git
synced 2024-11-22 04:45:14 +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
|
||||
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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user