소스 검색

Load INI also from .eecc/private

Alois Mahdal 11 년 전
부모
커밋
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