feat(fish): new function: mkdir

This commit is contained in:
Sergio Laín 2024-10-15 21:09:58 +02:00
parent 26de50b6d5
commit 0a9ec69b23
No known key found for this signature in database
GPG key ID: 51BB28D8B42FB438

View file

@ -0,0 +1,3 @@
function mkdir --description 'alias mkdir=mkdir -p'
command mkdir -p $argv
end