From 2b7e099aafc244ae67c2bee29aa1f238b83ee570 Mon Sep 17 00:00:00 2001 From: Jonny Barnes Date: Thu, 17 Feb 2022 17:38:15 +0000 Subject: [PATCH] Load forgit helper if installed --- zshrc.zsh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/zshrc.zsh b/zshrc.zsh index b8bc35e..f904f15 100644 --- a/zshrc.zsh +++ b/zshrc.zsh @@ -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)"