Browse Source

Load INI also from .eecc/private

Alois Mahdal 9 years ago
parent
commit
9ceaaedf4f
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      dotfiles/bash/main.bashrc

+ 1
- 0
dotfiles/bash/main.bashrc View File

@@ -48,6 +48,7 @@ alias sc='se --direction=encz.cz'
48 48
 ### '''''' ###
49 49
 
50 50
 export FFOO_MKPRETTY=color
51
+export FFOO_INI_PATH="$HOME/.eecc/private"
51 52
 
52 53
 export GREP_OPTIONS="--color --binary-files=without-match"
53 54