zshconfig/mkcd
2020-06-11 05:04:00 +02:00

6 lines
49 B
Text

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