dotfiles/.config/zsh/6-mkcd

4 lines
58 B
Text

# mkdir & cd
function mkcd {
mkdir -p "$@" && cd $_
}