Cd
This commit is contained in:
parent
e28480c593
commit
15311ecbdc
@ -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
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user