I use this:
mkcd () { mkdir -pv "$@" && cd "$1" }
Supports creating a bunch of directories (and then change to first of them).
I use this:
Supports creating a bunch of directories (and then change to first of them).