zsh-take

April 29, 2024 ยท View on GitHub

zsh plugin replicating take from ohmyzsh

$ which take
take () {
        mkdir -p $@ && cd ${@:$#}
}