alias bundle list

This commit is contained in:
Hakan Ensari 2011-07-13 22:41:36 +01:00
parent 60e104acd1
commit ba5fa3abc8

View File

@ -1,5 +1,6 @@
alias be="bundle exec"
alias bi="bundle install"
alias bl="bundle list"
alias bu="bundle update"
# The following is based on https://github.com/gma/bundler-exec