repo-manager/functions/hooks.zsh

16 lines
191 B
Bash
Raw Normal View History

2024-10-08 01:43:57 +00:00
# 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
}