Skip to content

Instantly share code, notes, and snippets.

@gufranco-zz
Created August 13, 2014 15:44
Show Gist options
  • Save gufranco-zz/de2b5eb96903e97c1965 to your computer and use it in GitHub Desktop.
Save gufranco-zz/de2b5eb96903e97c1965 to your computer and use it in GitHub Desktop.
f5 alias
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