Move plugin setup to plugins.zsh
This commit is contained in:
parent
63c4239e0c
commit
cabd702cbe
2 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ dot-zsh-compinit() {
|
||||||
return 0
|
return 0
|
||||||
}
|
}
|
||||||
|
|
||||||
source $ZDOTDIR/zinit
|
source $ZDOTDIR/plugins.zsh
|
||||||
for f in $ZDOTDIR/interactive/^*.zwc(N); source $f
|
for f in $ZDOTDIR/interactive/^*.zwc(N); source $f
|
||||||
|
|
||||||
[[ -o login ]] && for f in $ZDOTDIR/interactive+login/^*.zwc(N); source $f
|
[[ -o login ]] && for f in $ZDOTDIR/interactive+login/^*.zwc(N); source $f
|
||||||
|
|
Loading…
Reference in a new issue