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