Update templates/bash.txt
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
5557548029
commit
0d16cf3998
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue