feat: replace z with z.lua

This commit is contained in:
Price Hiller 2022-08-01 03:17:12 -05:00
parent 5fd0f47ed5
commit a25f7142c0
5 changed files with 5 additions and 10 deletions

9
.gitmodules vendored
View File

@ -13,9 +13,6 @@
[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
[submodule "dots/.config/zsh/plugins/z.lua"]
path = dots/.config/zsh/plugins/z.lua
url = https://github.com/skywind3000/z.lua.git

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

View File

@ -9,8 +9,7 @@ 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"
eval "$("${wkdir}/z.lua/z.lua" --init zsh enhanced once fzf)"
configure
}

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

@ -0,0 +1 @@
Subproject commit 632f722ee4fa7434f8271d7c4092d8303817ba73