Merge pull request #4612 from stereodenis/patch-1

bundle outdated alias
This commit is contained in:
Marc Cornellà 2015-11-20 18:05:21 +01:00
commit 7627004a2f

View File

@ -2,6 +2,7 @@ alias be="bundle exec"
alias bl="bundle list"
alias bp="bundle package"
alias bo="bundle open"
alias bout="bundle outdated"
alias bu="bundle update"
alias bi="bundle_install"
alias bcn="bundle clean"