I installed rvm

This commit is contained in:
Abhay Rana 2015-06-25 14:16:32 +05:30
parent ce93d948ac
commit e9c67fbd49
2 changed files with 3 additions and 2 deletions

View File

@ -321,7 +321,7 @@ export THEOS_DEVICE_PORT=22
#Ruby version manager #Ruby version manager
# Disabled till I copy over my rvm directory # Disabled till I copy over my rvm directory
#source "$HOME/.rvm/scripts/rvm" source "$HOME/.rvm/scripts/rvm"
#SCM Breeze #SCM Breeze
[ -s "/home/nemo/.scm_breeze/scm_breeze.sh" ] && source "/home/nemo/.scm_breeze/scm_breeze.sh" [ -s "/home/nemo/.scm_breeze/scm_breeze.sh" ] && source "/home/nemo/.scm_breeze/scm_breeze.sh"
@ -566,4 +566,3 @@ _rpm_installed_packages()
# }}} # }}}
#─────────────────────────────────────────────────────────────────────────────── #───────────────────────────────────────────────────────────────────────────────

View File

@ -17,3 +17,5 @@ if [ -n "$BASH_VERSION" ]; then
fi fi
export PATH="/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl:/home/nemo/bin:/sbin:/home/nemo/projects/scripts/:/home/nemo/.nvm/v0.10.22/bin" export PATH="/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl:/home/nemo/bin:/sbin:/home/nemo/projects/scripts/:/home/nemo/.nvm/v0.10.22/bin"
export PATH="$PATH:$HOME/.rvm/bin" # Add RVM to PATH for scripting