glob the globbiest of ways

This commit is contained in:
Daylin Morgan 2023-02-24 14:00:31 -06:00
parent 4f9216d922
commit 272a593513

View file

@ -38,7 +38,7 @@ path=(
) )
# start by sourcing extras # start by sourcing extras
for rcfile in $ZDOTDIR/.extras/current/*(N); do for rcfile in $ZDOTDIR/.extras/current/*.{,z}sh(N); do
source $rcfile source $rcfile
done done