summaryrefslogtreecommitdiff
path: root/zshfunc/md
diff options
context:
space:
mode:
Diffstat (limited to 'zshfunc/md')
-rw-r--r--zshfunc/md1
1 files changed, 1 insertions, 0 deletions
diff --git a/zshfunc/md b/zshfunc/md
index d14a2b6..79e8fc4 100644
--- a/zshfunc/md
+++ b/zshfunc/md
@@ -1,4 +1,5 @@
## vim:ft=zsh:foldmethod=marker
+local DIR
DIR="$1"
mkdir "$1" && cd "$1"