Last active
August 11, 2017 16:17
-
-
Save mvalipour/868ed2305f38725e219aa30f6056c5f8 to your computer and use it in GitHub Desktop.
Mo's bash shortcuts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
alias c='bundle exec rails c' | |
alias hc='heroku run bundle exec rails c' | |
alias hl='heroku login --sso' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment