Explorar el Código

Removed RVM from PATH

Alois Mahdal hace 12 años
padre
commit
46c7a23f8f
Se han modificado 1 ficheros con 0 adiciones y 3 borrados
  1. 0
    3
      dotfiles/bash/host/azzgoat.bashrc

+ 0
- 3
dotfiles/bash/host/azzgoat.bashrc Ver fichero

@@ -37,9 +37,6 @@ alias lico-update.sh='~/bin/lico-update.sh'
37 37
 export PERL5LIB="$PERL5LIB:$HOME/lib/minions/lib"
38 38
 export PERL5LIB="$PERL5LIB:$HOME/local/gnucash-importer/lib"
39 39
 
40
-# Add RVM to PATH for scripting
41
-export PATH=$PATH:$HOME/.rvm/bin
42
-
43 40
 export EDITOR='vim'
44 41
 
45 42
 ### ................ ###