Przeglądaj źródła

Use new name for eecc config path

Alois Mahdal 12 lat temu
rodzic
commit
2c48704e54
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1
    1
      dotfiles/bash/main.bashrc

+ 1
- 1
dotfiles/bash/main.bashrc Wyświetl plik

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