summaryrefslogtreecommitdiff
path: root/zshfunc
diff options
context:
space:
mode:
authorPeter Palfrader <peter@palfrader.org>2013-09-27 18:39:32 +0000
committerweasel <weasel@bc3d92e2-beff-0310-a7cd-cc87d7ac0ede>2013-09-27 18:39:32 +0000
commit937ac7394279d20e573b6e819753b513677ed543 (patch)
treeab8478ef3cf70af9fbd9ff76f992411ef935cbc3 /zshfunc
parent7d7fb08726ec0d1478a569a98329417995314d84 (diff)
remove silly, unused variable
git-svn-id: svn+ssh://asteria.noreply.org/svn/weaselutils/trunk@648 bc3d92e2-beff-0310-a7cd-cc87d7ac0ede
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"