dotfiles/fish/functions/md.fish
2020-11-04 17:35:19 +01:00

4 lines
43 B
Fish

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