mirror of
https://github.com/junegunn/fzf.git
synced 2025-08-01 20:52:06 -07:00
Reload .bashrc/.zshrc after installation
This commit is contained in:
10
install
10
install
@@ -68,5 +68,15 @@ for shell in bash zsh; do
|
|||||||
echo
|
echo
|
||||||
done
|
done
|
||||||
|
|
||||||
|
case "$SHELL" in
|
||||||
|
*bash)
|
||||||
|
echo "Reloading ~/.bashrc ..."
|
||||||
|
source ~/.bashrc
|
||||||
|
;;
|
||||||
|
*zsh)
|
||||||
|
echo "Reloading ~/.zshrc ..."
|
||||||
|
source ~/.zshrc
|
||||||
|
;;
|
||||||
|
esac
|
||||||
echo "Finished. Remove the added lines to uninstall fzf."
|
echo "Finished. Remove the added lines to uninstall fzf."
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user