feat: replace z with z.lua
This commit is contained in:
parent
5fd0f47ed5
commit
a25f7142c0
9
.gitmodules
vendored
9
.gitmodules
vendored
@ -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
|
@ -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
|
1
dots/.config/zsh/plugins/z.lua
Submodule
1
dots/.config/zsh/plugins/z.lua
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit 632f722ee4fa7434f8271d7c4092d8303817ba73
|
Loading…
Reference in New Issue
Block a user