12 lines
95 B
Bash
Raw Normal View History

2024-10-07 18:43:57 -07:00
post_repo_clone() {
2024-10-07 19:08:40 -07:00
cd "$1"
2024-10-07 18:43:57 -07:00
}
post_repo_goto() {
2024-10-07 19:08:40 -07:00
cd "$1"
2024-10-07 18:43:57 -07:00
}
post_repo_new() {
2024-10-07 19:08:40 -07:00
cd "$1"
2024-10-07 18:43:57 -07:00
}