X-Git-Url: https://git.madduck.net/etc/zsh.git/blobdiff_plain/5365f4cffcb93705d61c9f8df48ed710c93b6049..refs/heads/master:/.zsh/aliases/mcd diff --git a/.zsh/aliases/mcd b/.zsh/aliases/mcd index f1b6807..0e55890 100644 --- a/.zsh/aliases/mcd +++ b/.zsh/aliases/mcd @@ -1 +1 @@ -() { mkdir -vp "$1" && cd "$1"; } +() { noglob mkdir -vp "$1" && noglob cd "$1"; }