aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.functions2
1 files changed, 1 insertions, 1 deletions
diff --git a/.functions b/.functions
index cd29e11..a5e3736 100644
--- a/.functions
+++ b/.functions
@@ -18,7 +18,7 @@ function calc() {
# Create a new directory and enter it
function mkd() {
- mkdir -p "$@" && cd "$@";
+ mkdir -p "$@" && cd "$_";
}
# Change working directory to the top-most Finder window location