Compare commits
2 commits
6df2350dd7
...
272a593513
Author | SHA1 | Date | |
---|---|---|---|
272a593513 | |||
4f9216d922 |
2 changed files with 2 additions and 1 deletions
|
@ -1,3 +1,4 @@
|
||||||
.vscode/
|
.vscode/
|
||||||
tmp/
|
tmp/
|
||||||
_TODO.md
|
_TODO.md
|
||||||
|
.todo.md
|
||||||
|
|
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue