Fixed zsh starting with error code 1

This commit is contained in:
PowerUser64 2021-08-12 01:30:25 -07:00
parent e3cd70ae4e
commit be4d7a3de8

2
.zshrc
View file

@ -548,5 +548,5 @@ add-zsh-hook preexec mzc_termsupport_preexec
# <<<
# Optionally source the user's customized .zshrc
[ -f "${XDG_CONFIG_HOME:-$HOME/.config}/shell/zshrc.local" ] && source "${XDG_CONFIG_HOME:-$HOME/.config}/shell/zshrc.local"
[ -f "${XDG_CONFIG_HOME:-$HOME/.config}/shell/zshrc.local" ] && source "${XDG_CONFIG_HOME:-$HOME/.config}/shell/zshrc.local" || return 0