This commit is contained in:
2026-02-01 18:25:46 +01:00
parent 8a5b866c8a
commit d9c649dfd3

3
.zshrc
View File

@@ -178,3 +178,6 @@ function cdtmp {
alias zshreload="exec zsh" alias zshreload="exec zsh"
alias -g LATEST='*(om[1])' # glob: most recently modified alias -g LATEST='*(om[1])' # glob: most recently modified
alias FUNCTION_PRELUDE="setopt LOCAL_OPTIONS PIPE_FAIL XTRACE ERR_RETURN" 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