diff --git a/config/zsh/zprofile b/config/zsh/zprofile index bd6fb64..697ea47 100755 --- a/config/zsh/zprofile +++ b/config/zsh/zprofile @@ -34,7 +34,7 @@ update_path "$HOME/.local/share/rtx/shims" . "$HOME/.cargo/env" -if [[ "$DOTS/config/zsh/zprofile.local" -e ]]; then +if [[ -e "$DOTS/config/zsh/zprofile.local" ]]; then source "$DOTS/config/zsh/zprofile.local" fi