Lines up better with the new starship prompt

This commit is contained in:
David Heinemeier Hansson 2025-08-18 12:35:08 +02:00
parent 2e071465a0
commit ce5178c285

View File

@ -11,7 +11,7 @@ zd() {
elif [ -d "$1" ]; then
builtin cd "$1"
else
z "$@" && printf " \U000F17A9 " && pwd || echo "Error: Directory not found"
z "$@" && printf "\U000F17A9 " && pwd || echo "Error: Directory not found"
fi
}
open() {