Bläddra i källkod

Fixed issues loading env files.

Tom Flucke 8 år sedan
förälder
incheckning
0ee09a13a6
1 ändrade filer med 4 tillägg och 4 borttagningar
  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()
 {