Source local zshrc if exists

This commit is contained in:
Jeremy Dormitzer 2024-07-11 11:30:22 -04:00
parent e29116f2f6
commit 57203210b8

View File

@ -267,7 +267,7 @@ setopt PROMPT_SUBST
PROMPT=$PROMPT'%{$(vterm_prompt_end)%}'
[[ -z "$tw_prompt" ]] || tw_prompt=$tw_prompt'%{$(vterm_prompt_end)%}'
[[ -f "$HOME/.zshrc-spotify" ]] && source "$HOME/.zshrc-spotify"
[[ -f "$HOME/.zshrc.local" ]] && source "$HOME/.zshrc.local"
type navi > /dev/null && eval "$(navi widget zsh)"