Fixed zsh starting with error code 1
This commit is contained in:
parent
e3cd70ae4e
commit
be4d7a3de8
1 changed files with 1 additions and 1 deletions
2
.zshrc
2
.zshrc
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue