From 51b031a824997719baa64a9b91ad35834102a326 Mon Sep 17 00:00:00 2001 From: Davide Restivo Date: Sat, 7 Oct 2017 18:38:47 +0200 Subject: [PATCH] Add brew upgrade HEAD alias --- bashrc | 1 + 1 file changed, 1 insertion(+) diff --git a/bashrc b/bashrc index 68d90df..3a6ba0f 100644 --- a/bashrc +++ b/bashrc @@ -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 #