Compare commits

...

2 commits

Author SHA1 Message Date
272a593513 glob the globbiest of ways 2023-02-24 14:00:31 -06:00
4f9216d922 more to ignore 2023-02-24 14:00:23 -06:00
2 changed files with 2 additions and 1 deletions

View file

@ -1,3 +1,4 @@
.vscode/ .vscode/
tmp/ tmp/
_TODO.md _TODO.md
.todo.md

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