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

4 lines
44 B
Fish

function mkdir
command mkdir -p $argv
end