diff --git a/.functions b/.functions index cd29e112230..a5e37361789 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