#!/usr/bin/env zsh # Creates a directory then `cd`'s into the directory function mkcd() { dir=$1 if [ -z "$dir" ]; then echo "usage: mkcd