Explorar el Código

Use new name for eecc config path

Alois Mahdal hace 10 años
padre
commit
2c48704e54
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      dotfiles/bash/main.bashrc

+ 1
- 1
dotfiles/bash/main.bashrc Ver fichero

@@ -48,7 +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
+export EECC_INI_PATH="$HOME/.eecc/private/personal"
52 52
 
53 53
 export GREP_OPTIONS="--color --binary-files=without-match"
54 54