瀏覽代碼

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