From 0d16cf3998dd0218af0267d71673d88cfd834908 Mon Sep 17 00:00:00 2001 From: Peppr Date: Wed, 22 Apr 2026 18:05:36 +1000 Subject: [PATCH] Update templates/bash.txt Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- templates/bash.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/templates/bash.txt b/templates/bash.txt index 5e411ba..6878f3b 100644 --- a/templates/bash.txt +++ b/templates/bash.txt @@ -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