repo-manager/functions/hooks.zsh
2024-10-07 19:12:19 -07:00

12 lines
95 B
Bash

post_repo_clone() {
cd "$1"
}
post_repo_goto() {
cd "$1"
}
post_repo_new() {
cd "$1"
}