فهرست منبع

Update PATH for RVM

Andrew Swistak 11 سال پیش
والد
کامیت
3f43dafd91
2فایلهای تغییر یافته به همراه2 افزوده شده و 0 حذف شده
  1. 1 0
      bashrc
  2. 1 0
      zshrc

+ 1 - 0
bashrc

@@ -126,5 +126,6 @@ vim() {
 
 export PATH=$PATH:$HOME/.gem/ruby/2.1.0/bin
 export PATH=$PATH:/opt/android-sdk/tools:/opt/android-sdk/platform-tools
+export PATH="$PATH:$HOME/.rvm/bin" # Add RVM to PATH for scripting
 
 alias xbox_controller='sudo xboxdrv --config ~/Documents/xboxdrv_profiles/wiredxbox_minecraft.conf --detach-kernel-driver'

+ 1 - 0
zshrc

@@ -16,6 +16,7 @@ compinit
 export EDITOR="vim"
 export PATH=$PATH:$HOME/.gem/ruby/2.1.0/bin
 export PATH=$PATH:/opt/android-sdk/tools:/opt/android-sdk/platform-tools
+export PATH="$PATH:$HOME/.rvm/bin" # Add RVM to PATH for scripting
 
 autoload -U colors && colors
 # Have to reset color to cyan after the bold tags for some reason.