zshconfig/zsh/mkcd.zsh
2022-05-19 01:16:20 +02:00

3 lines
46 B
Bash

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