Update templates/bash.txt

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Peppr 2026-04-22 18:05:36 +10:00 committed by GitHub
parent 5557548029
commit 0d16cf3998
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 2 deletions

View File

@ -111,8 +111,6 @@ function __zoxide_z() {
__zoxide_cd ~
elif [[ $# -eq 1 && $1 == '-' ]]; then
__zoxide_cd "${OLDPWD}"
elif [[ $# -eq 1 && $1 == '~' ]]; then
__zoxide_cd ~
elif [[ $# -eq 1 && ($1 == '.' || $1 == '..') ]]; then
__zoxide_cd "$1"
elif [[ $# -eq 1 && -d $1 ]]; then