Load forgit helper if installed

This commit is contained in:
Jonny Barnes 2022-02-17 17:38:15 +00:00
parent 248f4be293
commit 2b7e099aaf

View file

@ -118,6 +118,9 @@ if type thefuck &> /dev/null; then
eval $(thefuck --alias) eval $(thefuck --alias)
fi fi
# https://github.com/wfxr/forgit
test -e $HOME/git/forgit/forgit.plugin.zsh && source ~/git/forgit/forgit.plugin.zsh
# Init starship prompt -- https://starship.rs # Init starship prompt -- https://starship.rs
eval "$(starship init zsh)" eval "$(starship init zsh)"