Block zsh-completions from loading itself, so that zplugin can handle its completions
This commit is contained in:
parent
78afec4829
commit
59875eb00b
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ if [[ ! $LS_COLORS_DIR/LS_COLORS.plugin.zsh -nt $LS_COLORS_DIR/LS_COLORS ]]; the
|
|||
source $LS_COLORS_DIR/LS_COLORS.plugin.zsh
|
||||
fi
|
||||
|
||||
zplugin $load zsh-users/zsh-completions
|
||||
zplugin ice blockf; zplugin $load zsh-users/zsh-completions
|
||||
|
||||
zplugin ice silent wait1; zplugin $load mollifier/cd-gitroot
|
||||
zplugin ice silent wait1; zplugin $load micha/resty
|
||||
|
|
Loading…
Reference in a new issue