Load forgit helper if installed
This commit is contained in:
parent
248f4be293
commit
2b7e099aaf
1 changed files with 3 additions and 0 deletions
|
@ -118,6 +118,9 @@ if type thefuck &> /dev/null; then
|
|||
eval $(thefuck --alias)
|
||||
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
|
||||
eval "$(starship init zsh)"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue