From 28075460fda949c1030726996afb74fbe92d8cd8 Mon Sep 17 00:00:00 2001 From: aleidk Date: Sun, 18 Feb 2024 17:42:02 -0300 Subject: [PATCH] fixup last commit --- config/zsh/zprofile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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