Moved init to zshenv and disabled global compinit
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user