Source local zshrc if exists
This commit is contained in:
parent
e29116f2f6
commit
57203210b8
@ -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)"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user