Skip to content

Commit

Permalink
Add ruby aliases
Browse files Browse the repository at this point in the history
  • Loading branch information
mackwic committed Oct 13, 2013
1 parent 6ade53c commit 4fb7c8d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions ruby.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
alias -g be='bundle exec'
alias -g r='rake'
alias -g ber='be r'
alias -g bre='be r'
alias -g b='bundle'
alias rs='rails'
alias rss='rails server'

0 comments on commit 4fb7c8d

Please sign in to comment.