From 10dfc70a21626ebc014e67715aa48ad56b152777 Mon Sep 17 00:00:00 2001 From: imbytecat Date: Thu, 2 Apr 2026 20:47:35 +0800 Subject: [PATCH] =?UTF-8?q?chore(zsh):=20=E7=B2=BE=E7=AE=80=20.zshrc.local?= =?UTF-8?q?=20=E6=B3=A8=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- home/.zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/.zshrc b/home/.zshrc index 6f0bdc2..5d4fb73 100644 --- a/home/.zshrc +++ b/home/.zshrc @@ -33,5 +33,5 @@ alias tree="eza --tree" alias cat="bat --paging=never" alias rm="trash-put" -# Local overrides (secrets, machine-specific config) +# Local [[ -f ~/.zshrc.local ]] && source ~/.zshrc.local