useful-fish/functions/md.fish
2022-08-15 18:31:22 +02:00

4 lines
43 B
Fish

function md
mkdir "$argv"
cd "$argv"
end