summaryrefslogtreecommitdiff
path: root/.zshrc
diff options
context:
space:
mode:
authorZhineng Li <[email protected]>2025-12-29 17:45:08 +0800
committerZhineng Li <[email protected]>2025-12-29 17:45:08 +0800
commitd68deffdc9d7533dc39b15a8f459a8d2ef1f3690 (patch)
tree5546974fe67b470fe394b476c24d4674d88146f6 /.zshrc
parent7f6e4b43f5f85b09e043ddeabfc52a80bd0c659d (diff)
update alias
Diffstat (limited to '.zshrc')
-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'