11 lines
139 B
Fish
Raw Normal View History

2025-03-03 18:04:52 -08:00
function post_repo_clone
cd "$argv[1]"
end
function post_repo_goto
cd "$argv[1]"
end
function post_repo_new
cd "$argv[1]"
end