don't use hidden directory for local dots
This commit is contained in:
parent
f4f8b76f72
commit
b3b15979ae
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ path=(
|
|||
)
|
||||
|
||||
# start by sourcing extras
|
||||
for rcfile in $ZDOTDIR/.local/{current,shared}/*.{,z}sh(N); do
|
||||
for rcfile in $ZDOTDIR/local/{current,shared}/*.{,z}sh(N); do
|
||||
source $rcfile
|
||||
done
|
||||
|
||||
|
|
Loading…
Reference in a new issue