浏览代码

Fixed issues loading env files.

Tom Flucke 8 年之前
父节点
当前提交
0ee09a13a6
共有 1 个文件被更改,包括 4 次插入4 次删除
  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()
 {