feat: add z to replace autojump

This commit is contained in:
Price Hiller 2022-08-01 02:48:52 -05:00
parent 5f2786c2ec
commit 9da6ec1088
4 changed files with 10 additions and 0 deletions

6
.gitmodules vendored
View File

@ -13,3 +13,9 @@
[submodule ".config/zsh/config/plugins/fzf-tab"]
path = .config/zsh/config/plugins/fzf-tab
url = https://github.com/Aloxaf/fzf-tab.git
[submodule "dots/.config/zsh/plugins/z"]
path = dots/.config/zsh/plugins/z
url = https://github.com/rupa/z.git
[submodule "dots/.config/zsh/plugins/fz.sh"]
path = dots/.config/zsh/plugins/fz.sh
url = https://github.com/changyuheng/fz.sh.git

@ -0,0 +1 @@
Subproject commit 7b4e215f5887b24e1ef725ffdb89f3479e913875

View File

@ -9,6 +9,8 @@ init() {
source "${wkdir}/zsh-completions/zsh-completions.plugin.zsh"
source "${wkdir}/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh"
source "${wkdir}/zsh-vi-mode/zsh-vi-mode.zsh"
source "${wkdir}/z/z.sh"
source "${wkdir}/fz.sh/fz.plugin.zsh"
configure
}

@ -0,0 +1 @@
Subproject commit b82ac78a2d4457d2ca09973332638f123f065fd1