1
0

Moved init to zshenv and disabled global compinit

This commit is contained in:
2026-02-08 12:45:26 +01:00
parent 45f5030dd1
commit 5d4b32d4d2
3 changed files with 11 additions and 7 deletions

View File

@@ -21,7 +21,7 @@ bindkey -M menuselect '^xh' accept-and-hold # Hold
bindkey -M menuselect '^xn' accept-and-infer-next-history # Next
bindkey -M menuselect '^xu' undo # Undo
autoload -U compinit; compinit
autoload -U compinit; compinit -d $XDG_CACHE_HOME/zsh/.zcompdump
_comp_options+=(globdots) # With hidden files
# Only work with the Zsh function vman