diff --git a/functions/hooks.zsh b/functions/hooks.zsh new file mode 100644 index 0000000..8f7b9bb --- /dev/null +++ b/functions/hooks.zsh @@ -0,0 +1,15 @@ +# Default post-hook functions (users can override these) +post_repo_clone() { + __zoxide_z "$1" + tm +} + +post_repo_goto() { + __zoxide_z "$1" + tm +} + +post_repo_new() { + __zoxide_z "$1" + tm +}