This commit is contained in:
abs3nt 2024-10-07 19:08:40 -07:00
parent e28480c593
commit 15311ecbdc
Signed by: abs3nt
GPG Key ID: A7BD96A8BAB04C09

View File

@ -1,15 +1,12 @@
# Default post-hook functions (users can override these) # Default post-hook functions (users can override these)
post_repo_clone() { post_repo_clone() {
__zoxide_z "$1" cd "$1"
tm
} }
post_repo_goto() { post_repo_goto() {
__zoxide_z "$1" cd "$1"
tm
} }
post_repo_new() { post_repo_new() {
__zoxide_z "$1" cd "$1"
tm
} }