mirror of
https://github.com/Llewellynvdm/fzf.git
synced 2024-11-25 06:07:42 +00:00
Reload .bashrc/.zshrc after installation
This commit is contained in:
parent
a9fd496691
commit
179b00ed6c
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."
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user