2025-03-05 10:46:35 -08:00

8 lines
133 B
Fish

function _repo_post_goto
if functions -q repo_post_goto
repo_post_goto $argv[1]
else
cd $argv[1]
end
end