mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2025-06-29 12:10:42 +00:00
Move z.lua to systemwide dir
This commit is contained in:
parent
55c063d9b3
commit
0efe33b80d
3 changed files with 3 additions and 3 deletions
|
@ -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)"
|
||||
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
Subproject commit a3d4f5db684ed6dfd3041e73d1d761f5fe944179
|
Loading…
Add table
Add a link
Reference in a new issue