Skip to content

Commit

Permalink
Add bro alias
Browse files Browse the repository at this point in the history
  • Loading branch information
sferik committed Mar 9, 2013
1 parent 7197eb4 commit 13ce7d4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions aliases.sh
Expand Up @@ -19,6 +19,7 @@ alias ba='bundle exec autotest -c'
alias be='bundle exec'
alias bi='bundle install'
alias bo='bundle outdated'
alias bro='brew update && brew outdated'
alias bu='bundle update'
alias cd..='cd ..'
alias df='df -h'
Expand All @@ -29,6 +30,7 @@ alias gc='git commit'
alias gd='git diff'
alias gs='git status'
alias gp='git push'
alias gs='git status'
alias gph='git push heroku master'
alias gpo='git push origin'
alias gpb='git push origin && git push heroku'
Expand Down

0 comments on commit 13ce7d4

Please sign in to comment.