Change some heroku aliases

This commit is contained in:
Michael Campagnaro 2016-10-30 20:52:08 -04:00
parent cc7b01614b
commit 114cd0c52c

View File

@ -52,6 +52,8 @@ alias hca='heroku config:add'
alias hcu='heroku config:unset'
alias hcr='heroku config:unset'
alias hl='heroku logs -t -n 5000'
alias hmo='heroku maintenance:on'
alias hmoo='heroku maintenance:off'
alias hr='heroku releases'
alias hrs='heroku restart'
alias irb='irb --readline -r irb/completion'