Skip to content

Commit

Permalink
Adding rbenv alias rb
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Graham committed Apr 25, 2012
1 parent b291d5e commit 5cdaeac
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions bash/aliases
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -89,6 +89,9 @@ alias restart='touch tmp/restart.txt'
alias migrate='rake db:migrate db:test:prepare' alias migrate='rake db:migrate db:test:prepare'
alias remigrate='rake db:drop db:create db:migrate' alias remigrate='rake db:drop db:create db:migrate'


#rbenv
alias rb='rbenv'

#RVM #RVM
alias r8='rvm use ree' alias r8='rvm use ree'
alias r9='rvm use 1.9.2' alias r9='rvm use 1.9.2'

0 comments on commit 5cdaeac

Please sign in to comment.