diff options
-rw-r--r-- | .functions | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |