dotfiles/fish/.config/fish/functions/mkdir.fish

4 lines
46 B
Fish

function mkdir
command mkdir -p $argv
end