aboutsummaryrefslogtreecommitdiff
path: root/files/.zsh/rc/S50_functions
blob: 731c98fbd8a0fb6db6f9c872b250082725d1472b (plain) (blame)
1
2
3
4
5
mcd() {
    mkdir -p "$1" && cd "$1"
}

# vim: ft=zsh :