This commit is contained in:
abs3nt 2024-10-07 18:43:57 -07:00
parent ce90a6d052
commit 3fd45047d4
Signed by: abs3nt
GPG Key ID: A7BD96A8BAB04C09

15
functions/hooks.zsh Normal file
View File

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