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

4 lines
46 B
Fish
Raw Normal View History

function mkdir
2022-04-12 14:11:50 +02:00
command mkdir -p $argv
end