Took me long enough
@nikitonsky add -p argument to mkdir and you would be able to create subfolders
@alberand Thanks!
@nikitonsky i've got this (with the suggested `mkdir -p`) as `mkd` :)
@nikitonsky I remembered that Oh My Zsh has: `take somedir`
@nikitonsky I have the function called mcd doing the same, but never use it because I only remember i have it to tell others.
I have the same thing but it's called "mcd"
@nikitonsky I've seen this one called mkcd :)
I also have a 'cdtemp' alias that does cd `mktemp -d`
@nikitonsky Also, $@ could work better
@nikitonsky mcdir name better IMO mcdir = make and change directory
@n05tr0m0 I like it, thanks!
@nikitonsky Many years ago I called that mkcd because I like how it types
@nikitonsky add -p argument to mkdir and you would be able to create subfolders