correctly source extras
This commit is contained in:
parent
3e2891a346
commit
e059b1f38a
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ path=(
|
||||||
)
|
)
|
||||||
|
|
||||||
# start by sourcing extras
|
# start by sourcing extras
|
||||||
for rcfile in $ZDOTDIR/.extras/current/*.{,z}sh(N); do
|
for rcfile in $ZDOTDIR/.extras/{current,shared}/*.{,z}sh(N); do
|
||||||
source $rcfile
|
source $rcfile
|
||||||
done
|
done
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue