浏览代码

Load INI also from .eecc/private

Alois Mahdal 10 年前
父节点
当前提交
9ceaaedf4f
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1
    0
      dotfiles/bash/main.bashrc

+ 1
- 0
dotfiles/bash/main.bashrc 查看文件

48
 ### '''''' ###
48
 ### '''''' ###
49
 
49
 
50
 export FFOO_MKPRETTY=color
50
 export FFOO_MKPRETTY=color
51
+export FFOO_INI_PATH="$HOME/.eecc/private"
51
 
52
 
52
 export GREP_OPTIONS="--color --binary-files=without-match"
53
 export GREP_OPTIONS="--color --binary-files=without-match"
53
 
54