From e9c67fbd49768338b710d6ef0e67cdd2c92a937b Mon Sep 17 00:00:00 2001 From: Abhay Rana Date: Thu, 25 Jun 2015 14:16:32 +0530 Subject: [PATCH] I installed rvm --- files/bash/.bashrc | 3 +-- files/bash/.profile | 2 ++ 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/files/bash/.bashrc b/files/bash/.bashrc index ffbf627..d32dfd9 100644 --- a/files/bash/.bashrc +++ b/files/bash/.bashrc @@ -321,7 +321,7 @@ export THEOS_DEVICE_PORT=22 #Ruby version manager # Disabled till I copy over my rvm directory -#source "$HOME/.rvm/scripts/rvm" +source "$HOME/.rvm/scripts/rvm" #SCM Breeze [ -s "/home/nemo/.scm_breeze/scm_breeze.sh" ] && source "/home/nemo/.scm_breeze/scm_breeze.sh" @@ -566,4 +566,3 @@ _rpm_installed_packages() # }}} #─────────────────────────────────────────────────────────────────────────────── - diff --git a/files/bash/.profile b/files/bash/.profile index 6d89831..b636984 100644 --- a/files/bash/.profile +++ b/files/bash/.profile @@ -17,3 +17,5 @@ if [ -n "$BASH_VERSION" ]; then 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="$PATH:$HOME/.rvm/bin" # Add RVM to PATH for scripting