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" }