From 00331defd8e9239d8e2a630e2d26c627c7d4c816 Mon Sep 17 00:00:00 2001 From: Jonny Barnes Date: Sun, 18 Jun 2023 12:03:10 +0100 Subject: [PATCH] Add forgit completions to zsh --- zshrc.zsh | 1 + 1 file changed, 1 insertion(+) diff --git a/zshrc.zsh b/zshrc.zsh index 0a1c07d..2f9091e 100644 --- a/zshrc.zsh +++ b/zshrc.zsh @@ -165,6 +165,7 @@ fi # 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/completionsgit-forgit.zsh && source $HOME/git/forgit/completionsgit-forgit.zsh # McFly if type mcfly > /dev/null; then