X-Git-Url: https://git.grml.org/?a=blobdiff_plain;f=etc%2Fzsh%2Fzshrc;h=1d574316f3be0ce14908fc20a17847c49078ed52;hb=f9541b5f9ba59deac740bcd274a589acb127cf29;hp=da6d10df9ca98fcee0bb2b3990a31811ffa1b1cd;hpb=d9507e430ef1d614e38c8d3021b9c69aa6bd73e3;p=grml-etc-core.git diff --git a/etc/zsh/zshrc b/etc/zsh/zshrc index da6d10d..1d57431 100644 --- a/etc/zsh/zshrc +++ b/etc/zsh/zshrc @@ -2364,9 +2364,10 @@ cd() { } #f5# Create Directoy and \kbd{cd} to it -mcd() { +mkcd() { mkdir -p "$@" && cd "$@" } + #f5# Create temporary directory and \kbd{cd} to it cdt() { local t