repo-manager/functions/hooks.zsh
2024-10-07 18:43:57 -07:00

16 lines
191 B
Bash

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