2025-03-03 18:04:52 -08:00

11 lines
139 B
Fish

function post_repo_clone
cd "$argv[1]"
end
function post_repo_goto
cd "$argv[1]"
end
function post_repo_new
cd "$argv[1]"
end