feat: Removes zoxide from echoing path.

This commit is contained in:
2025-09-17 10:23:55 -04:00
parent 3230fb7007
commit 9363055e5a

View File

@@ -104,5 +104,6 @@ export STARSHIP_CONFIG="$XDG_CONFIG_HOME/starship/starship.toml"
# Zoxide
export _ZO_DATA_DIR="$XDG_DATA_HOME"
unset _ZO_ECHO
[ -f "$LOCAL_ENV" ] && source "$LOCAL_ENV"