mirror of
https://github.com/basecamp/omarchy.git
synced 2026-02-17 15:25:37 +00:00
Lines up better with the new starship prompt
This commit is contained in:
@@ -11,7 +11,7 @@ zd() {
|
|||||||
elif [ -d "$1" ]; then
|
elif [ -d "$1" ]; then
|
||||||
builtin cd "$1"
|
builtin cd "$1"
|
||||||
else
|
else
|
||||||
z "$@" && printf " \U000F17A9 " && pwd || echo "Error: Directory not found"
|
z "$@" && printf "\U000F17A9 " && pwd || echo "Error: Directory not found"
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
open() {
|
open() {
|
||||||
|
|||||||
Reference in New Issue
Block a user