Skip to content

Commit

Permalink
Add brew upgrade HEAD alias
Browse files Browse the repository at this point in the history
  • Loading branch information
daviderestivo committed Oct 7, 2017
1 parent 95eaf1e commit 51b031a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bashrc
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ alias sshx='ssh -X'
alias enaHidden='defaults write com.apple.finder AppleShowAllFiles TRUE; killall Finder'
alias disaHidden='defaults write com.apple.finder AppleShowAllFiles FALSE; killall Finder'
alias oc='octave-cli'
alias bup='brew upgrade --fetch-HEAD'

##############################
# Load bash completion files #
Expand Down

0 comments on commit 51b031a

Please sign in to comment.