Created
August 13, 2014 15:44
-
-
Save gufranco-zz/de2b5eb96903e97c1965 to your computer and use it in GitHub Desktop.
f5 alias
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
if [[ `uname` == 'Linux' ]]; then | |
alias f5="sudo apt-get -y update && sudo apt-get -y upgrade && sudo apt-get -y dist-upgrade && cd ~/.dotfiles && git pull-sub && source ~/.zshrc" | |
else | |
alias f5="brew update && brew upgrade && cd ~/.dotfiles && git pull-sub && source ~/.zshrc" | |
fi |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment