summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.zshrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/.zshrc b/.zshrc
index 7057e90..0694465 100644
--- a/.zshrc
+++ b/.zshrc
@@ -21,3 +21,4 @@ alias gpush='git push'
alias gpull='git pull'
alias dotfiles='cd ~/.dotfiles'
alias dl='cd ~/Downloads'
+alias update='brew update && brew upgrade && brew autoremove && brew cleanup'