Explorar o código

Fixed issues loading env files.

Tom Flucke %!s(int64=8) %!d(string=hai) anos
pai
achega
0ee09a13a6
Modificáronse 1 ficheiros con 4 adicións e 4 borrados
  1. 4 4
      .bashrc

+ 4 - 4
.bashrc

@@ -37,10 +37,10 @@ for f in $gitCompletion; do
     fi
 done
 
-#for script in "$SH_DIR"/*.sh ; do # Does not work.  Don't know why.
-#for script in ~/.config/env/*.sh; do
-#    source "$script"
-#done
+# TODO: Can't use SH_DIR, doesn't expand with *.
+for script in ~/.config/env/*.sh; do
+    source "$script"
+done
 
 getLyricalSongs()
 {