From dd957797d8ed953bcb634bf336aa3f52855f7f68 Mon Sep 17 00:00:00 2001 From: Zhineng Li Date: Mon, 26 Jan 2026 10:43:06 +0800 Subject: initialize .tldrrc - do not update the tldr database when the command help page does not exist locally - prefer manual update for the data --- .zshrc | 1 + 1 file changed, 1 insertion(+) (limited to '.zshrc') diff --git a/.zshrc b/.zshrc index 63423ac..515802a 100644 --- a/.zshrc +++ b/.zshrc @@ -27,6 +27,7 @@ alias gpull='git pull' alias dotfiles='cd ~/.dotfiles' alias dl='cd ~/Downloads' alias update='brew update && brew upgrade && brew autoremove && brew cleanup' +alias help='tldr' # Node version manager export NVM_DIR="$HOME/.nvm" -- cgit v1.2.3