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