Add nvm and newest ruby version

This commit is contained in:
2014-12-22 13:47:23 -05:00
parent d3845fb3e6
commit efb9cdd68e
2 changed files with 4 additions and 1 deletions

View File

@@ -1 +1 @@
ruby-2.0
ruby-2.1

View File

@@ -29,3 +29,6 @@ if [[ -d "$HOME/source" ]]; then
fi
# Customize to your needs...
export NVM_DIR="/Users/tedkulp/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && . "$NVM_DIR/nvm.sh" # This loads nvm