Add a few more shell aliases for various things

This commit is contained in:
2012-08-09 10:45:45 +01:00
parent 94cfccedc9
commit d14101e9fb
4 changed files with 20 additions and 1 deletions

View File

@@ -2,6 +2,9 @@
alias po="powify"
alias lu="lunchy"
alias he="heroku"
alias f="foreman"
alias fs="foreman start"
alias fr="foreman run"
# Bundler aliases
alias bi="bundle install --path vendor/bundle --binstubs=vendor/bundle/bin"