Adds git-fuzzy to zsh

Jonathan Hodgson 4 years ago
parent ecd699d351
commit c2d29c3b22
  1. 3
      .gitmodules
  2. 2
      shells/zsh/STOW/.zshrc
  3. 1
      shells/zsh/plugins/git-fuzzy

3
.gitmodules vendored

@ -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

@ -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

@ -0,0 +1 @@
Subproject commit 64b48d1d61fa830d9f157b5d59410b44c2088b72
Loading…
Cancel
Save