index
:
dotfiles.git
master
dotfiles
Anton Bobov
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
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 :