mkdir.fish (91B)
1 function mkdir --description 'alias mkdir mkdir -pv' 2 command mkdir -pv $argv 3 4 end