Compare commits
No commits in common. "272a593513528756516a879ea6901104f7155f0a" and "6df2350dd73a262d1d838ebae400217d6f731ad0" have entirely different histories.
272a593513
...
6df2350dd7
2 changed files with 1 additions and 2 deletions
|
@ -1,4 +1,3 @@
|
||||||
.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/*.{,z}sh(N); do
|
for rcfile in $ZDOTDIR/.extras/current/*(N); do
|
||||||
source $rcfile
|
source $rcfile
|
||||||
done
|
done
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue