From 15311ecbdc64d22effcd4a5210748a03d5e7a2c5 Mon Sep 17 00:00:00 2001 From: abs3nt Date: Mon, 7 Oct 2024 19:08:40 -0700 Subject: [PATCH] Cd --- functions/hooks.zsh | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/functions/hooks.zsh b/functions/hooks.zsh index 8f7b9bb..4dea038 100644 --- a/functions/hooks.zsh +++ b/functions/hooks.zsh @@ -1,15 +1,12 @@ # Default post-hook functions (users can override these) post_repo_clone() { - __zoxide_z "$1" - tm + cd "$1" } post_repo_goto() { - __zoxide_z "$1" - tm + cd "$1" } post_repo_new() { - __zoxide_z "$1" - tm + cd "$1" }