2025-03-03 18:33:02 -08:00

8 lines
127 B
Fish

function _repo_post_new
if functions -q repo_post_new
repo_post_new $argv
else
cd $argv[1]
end
end