.vvconfig/.config/fish/functions/mc.fish

5 lines
54 B
Fish

function mc
mkdir -p $argv[1]
cd $argv[1]
end