bundle exec alias added

This commit is contained in:
Michael Skrynski
2014-09-10 13:58:05 +02:00
parent 32f145cafe
commit af0076973b

View File

@@ -27,3 +27,5 @@ alias j='jump'
# Rails
alias rs='rails server'
alias rc='rails console'
alias bx='bundle exec'