summaryrefslogtreecommitdiff
path: root/sh/functions
diff options
context:
space:
mode:
Diffstat (limited to 'sh/functions')
-rw-r--r--sh/functions2
1 files changed, 1 insertions, 1 deletions
diff --git a/sh/functions b/sh/functions
index 69b26c3..6ed5792 100644
--- a/sh/functions
+++ b/sh/functions
@@ -14,7 +14,7 @@ mpt () {
}
mkcd () {
- mkdir $@ && cd $1
+ mkdir -p $@ && cd $1
}
ntharg () {