Adds git-fuzzy to zsh
This commit is contained in:
parent
aa9f0b967e
commit
516af805c3
3 changed files with 6 additions and 0 deletions
3
.gitmodules
vendored
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
|
||||
|
|
1
shells/zsh/plugins/git-fuzzy
Submodule
1
shells/zsh/plugins/git-fuzzy
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit 64b48d1d61fa830d9f157b5d59410b44c2088b72
|
Loading…
Add table
Add a link
Reference in a new issue