mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 10:06:40 +00:00
Fix zsh completion issue on Ubuntu
Zinit manages completions internally, so compinit should not be called before Zinit is loaded.
This commit is contained in:
3
zshenv
3
zshenv
@@ -7,6 +7,9 @@ if [[ -n "$ZPROF" ]]; then
|
|||||||
zmodload zsh/zprof
|
zmodload zsh/zprof
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# Ensure compinit is NOT loaded before Zinit loads in ~/zshrc.
|
||||||
|
skip_global_compinit=1
|
||||||
|
|
||||||
# Ensure values in path variable are unique
|
# Ensure values in path variable are unique
|
||||||
typeset -U path
|
typeset -U path
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user