summaryrefslogtreecommitdiff
path: root/zshfunc/md
blob: 1055e77aac85645348ea85de39f917486717eca4 (plain)
1
2
3
4
5
6
## vim:ft=zsh:foldmethod=marker

md() {
	DIR="$1"
	mkdir "$1" && cd "$1"
}