More idiomatically initialise completions
This commit is contained in:
parent
c1b1fbfe5d
commit
6ad61cd30b
1 changed files with 1 additions and 2 deletions
|
@ -1,8 +1,7 @@
|
||||||
source $ZDOTDIR/zplugin
|
source $ZDOTDIR/zplugin
|
||||||
for f in $ZDOTDIR/interactive/*(N); source $f
|
for f in $ZDOTDIR/interactive/*(N); source $f
|
||||||
|
|
||||||
autoload -Uz zrecompile
|
zpcompinit && zpcdreplay
|
||||||
zpcompinit
|
|
||||||
([[ $ZPGLM[ZCOMPDUMP_PATH].zwc -nt $ZPGLM[ZCOMPDUMP_PATH] ]] || zcompile $ZPLGM[ZCOMPDUMP_PATH]) &!
|
([[ $ZPGLM[ZCOMPDUMP_PATH].zwc -nt $ZPGLM[ZCOMPDUMP_PATH] ]] || zcompile $ZPLGM[ZCOMPDUMP_PATH]) &!
|
||||||
|
|
||||||
[[ -o login ]] && for f in $ZDOTDIR/interactive+login/*(N); source $f
|
[[ -o login ]] && for f in $ZDOTDIR/interactive+login/*(N); source $f
|
||||||
|
|
Loading…
Reference in a new issue