hooks
This commit is contained in:
parent
ce90a6d052
commit
3fd45047d4
15
functions/hooks.zsh
Normal file
15
functions/hooks.zsh
Normal 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
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user