From d9c649dfd33b153e9ce70f01aa5850aaed931c5f Mon Sep 17 00:00:00 2001 From: Andrey Date: Sun, 1 Feb 2026 18:25:46 +0100 Subject: [PATCH] extra --- .zshrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.zshrc b/.zshrc index ef78b8d..62ae774 100644 --- a/.zshrc +++ b/.zshrc @@ -178,3 +178,6 @@ function cdtmp { alias zshreload="exec zsh" alias -g LATEST='*(om[1])' # glob: most recently modified alias FUNCTION_PRELUDE="setopt LOCAL_OPTIONS PIPE_FAIL XTRACE ERR_RETURN" + +# machine-local overrides (not vcs tracked) +[[ -f ~/.zshrc-extra ]] && source ~/.zshrc-extra || touch ~/.zshrc-extra