summaryrefslogtreecommitdiff
path: root/.zshrc
diff options
context:
space:
mode:
authorZhineng Li <im@zhineng.li>2026-05-28 10:32:37 +0800
committerZhineng Li <im@zhineng.li>2026-05-28 10:32:37 +0800
commit83ca123af6b9e880aa5f3b22507d4097b53e84da (patch)
tree1649b669bb7bc90bac358248bd1166a563c3b4fc /.zshrc
parentb068bc5e6208b7063c7c3b32d72992847b262b94 (diff)
downloaddotfiles-83ca123af6b9e880aa5f3b22507d4097b53e84da.tar.gz
dotfiles-83ca123af6b9e880aa5f3b22507d4097b53e84da.zip
alias `q` to `exit`
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/.zshrc b/.zshrc
index 121a978..eafe955 100644
--- a/.zshrc
+++ b/.zshrc
@@ -28,6 +28,7 @@ alias dotfiles='cd ~/.dotfiles'
alias dl='cd ~/Downloads'
alias update='sudo softwareupdate -diaR && brew update && brew upgrade && brew autoremove && brew cleanup'
alias help='tldr'
+alias q='exit'
# Node version manager
export NVM_DIR="$HOME/.nvm"