Add forgit completions to zsh

This commit is contained in:
Jonny Barnes 2023-06-18 12:03:10 +01:00
parent a54a55ba1d
commit 00331defd8
Signed by: jonny
SSH key fingerprint: SHA256:CTuSlns5U7qlD9jqHvtnVmfYV3Zwl2Z7WnJ4/dqOaL8

View file

@ -165,6 +165,7 @@ fi
# https://github.com/wfxr/forgit # https://github.com/wfxr/forgit
test -e $HOME/git/forgit/forgit.plugin.zsh && source $HOME/git/forgit/forgit.plugin.zsh test -e $HOME/git/forgit/forgit.plugin.zsh && source $HOME/git/forgit/forgit.plugin.zsh
test -e $HOME/git/forgit/completionsgit-forgit.zsh && source $HOME/git/forgit/completionsgit-forgit.zsh
# McFly # McFly
if type mcfly > /dev/null; then if type mcfly > /dev/null; then