zshconfig/mkcd.zsh
2020-11-24 16:49:53 +01:00

4 lines
47 B
Bash

function mkcd() {
mkdir $1 && cd $1
}