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

4 lines
44 B
Fish
Raw Normal View History

function mkdir
command mkdir -p $argv
end