Create a Directory and Change into It at the Same Time

mkd() { mkdir -p "$@" && cd "$@"; }