소스 검색

Removed RVM from PATH

Alois Mahdal 12 년 전
부모
커밋
46c7a23f8f
1개의 변경된 파일0개의 추가작업 그리고 3개의 파일을 삭제
  1. 0
    3
      dotfiles/bash/host/azzgoat.bashrc

+ 0
- 3
dotfiles/bash/host/azzgoat.bashrc 파일 보기

@@ -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
 ### ................ ###