Move z.lua to systemwide dir

This commit is contained in:
ItsDrike 2021-07-23 02:00:56 +02:00
parent 55c063d9b3
commit 0efe33b80d
No known key found for this signature in database
GPG key ID: B5F6B41F708C3ADD
3 changed files with 3 additions and 3 deletions

4
.gitmodules vendored
View file

@ -7,6 +7,6 @@
[submodule "root/usr/share/zsh/site-functions/zsh-syntax-highlighting"]
path = "root/usr/share/zsh/site-functions/zsh-syntax-highlighting"
url = "https://github.com/zsh-users/zsh-syntax-highlighting"
[submodule "home/.local/src/z.lua"]
path = "home/.local/src/z.lua"
[submodule "root/usr/local/src/z.lua"]
path = "root/usr/local/src/z.lua"
url = "https://github.com/skywind3000/z.lua"

View file

@ -61,5 +61,5 @@ zstyle ':completion:::::' completer _expand _complete _ignored _approximate #ena
# Load extensions (should be last)
. /usr/share/zsh/site-functions/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh 2>/dev/null
. /usr/share/zsh/site-functions/zsh-autosuggestions/zsh-autosuggestions.zsh 2>/dev/null
eval "$(lua ~/.local/src/z.lua/z.lua --init zsh enhanced)"
eval "$(lua /usr/local/src/z.lua/z.lua --init zsh enhanced)"