## vim:ft=zsh:foldmethod=marker md() { DIR="$1" mkdir "$1" && cd "$1" }