Update ruby alias version

This commit is contained in:
Shadowfacts 2016-09-17 16:50:23 -04:00
parent 61e1049e69
commit 2cba99d0ba
Signed by: shadowfacts
GPG Key ID: 94A5AB95422746E5
1 changed files with 1 additions and 1 deletions

2
.zshrc
View File

@ -20,7 +20,7 @@ alias python=python3
alias pip=pip3
alias oldruby="/usr/local/bin/ruby"
alias ruby="/usr/local/Cellar/ruby/2.3.0/bin/ruby"
alias ruby="/usr/local/Cellar/ruby/2.3.1/bin/ruby"
# lazily load nvm
export NVM_DIR=~/.nvm