zshconfig/mkcd.zsh
2020-11-09 08:05:39 +01:00

3 lines
46 B
Bash

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