summaryrefslogtreecommitdiff
path: root/zshfunc/md
diff options
context:
space:
mode:
Diffstat (limited to 'zshfunc/md')
-rw-r--r--zshfunc/md6
1 files changed, 2 insertions, 4 deletions
diff --git a/zshfunc/md b/zshfunc/md
index 1055e77..d14a2b6 100644
--- a/zshfunc/md
+++ b/zshfunc/md
@@ -1,6 +1,4 @@
## vim:ft=zsh:foldmethod=marker
-md() {
- DIR="$1"
- mkdir "$1" && cd "$1"
-}
+DIR="$1"
+mkdir "$1" && cd "$1"