From 83ca123af6b9e880aa5f3b22507d4097b53e84da Mon Sep 17 00:00:00 2001 From: Zhineng Li Date: Thu, 28 May 2026 10:32:37 +0800 Subject: alias `q` to `exit` --- .zshrc | 1 + 1 file changed, 1 insertion(+) 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" -- cgit v1.2.3