don't use hidden directory for local dots

This commit is contained in:
Daylin Morgan 2024-01-02 13:14:20 -06:00
parent f4f8b76f72
commit b3b15979ae
Signed by: daylin
GPG key ID: C1E52E7DD81DF79F

View file

@ -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