From c2d29c3b22acea56593f8e35133e60b3024a2dfd Mon Sep 17 00:00:00 2001 From: Jonathan Hodgson Date: Tue, 22 Sep 2020 15:39:54 +0100 Subject: [PATCH] Adds git-fuzzy to zsh --- .gitmodules | 3 +++ shells/zsh/STOW/.zshrc | 2 ++ shells/zsh/plugins/git-fuzzy | 1 + 3 files changed, 6 insertions(+) create mode 160000 shells/zsh/plugins/git-fuzzy diff --git a/.gitmodules b/.gitmodules index d03cb6cd..2fd4a20a 100644 --- a/.gitmodules +++ b/.gitmodules @@ -19,3 +19,6 @@ [submodule "bin/.bin/uberw3m"] path = bin/.bin/uberw3m url = https://github.com/sersorrel/uberw3m +[submodule "shells/zsh/plugins/git-fuzzy"] + path = shells/zsh/plugins/git-fuzzy + url = https://github.com/bigH/git-fuzzy diff --git a/shells/zsh/STOW/.zshrc b/shells/zsh/STOW/.zshrc index 6254cd72..d2adc854 100644 --- a/shells/zsh/STOW/.zshrc +++ b/shells/zsh/STOW/.zshrc @@ -82,5 +82,7 @@ for file in "$ZSH_FOLDER/includes/"*".zsh"; do source "$file" done +export PATH="$PATH:$ZSH_FOLDER/plugins/git-fuzzy/bin" + # Load zsh-syntax-highlighting; should be last. source $HOME/.dotfiles/shells/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh 2> /dev/null diff --git a/shells/zsh/plugins/git-fuzzy b/shells/zsh/plugins/git-fuzzy new file mode 160000 index 00000000..64b48d1d --- /dev/null +++ b/shells/zsh/plugins/git-fuzzy @@ -0,0 +1 @@ +Subproject commit 64b48d1d61fa830d9f157b5d59410b44c2088b72