fixup last commit

This commit is contained in:
Alexander Navarro 2024-02-18 17:42:02 -03:00
parent dad2bed866
commit 28075460fd

View file

@ -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