Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 129 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 129 Bytes

zsh-take

zsh plugin replicating take from ohmyzsh

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