X-Git-Url: https://git.grml.org/?a=blobdiff_plain;f=etc%2Fzsh%2Fzshrc;h=894eb886654911115aa14a285def90164f32b114;hb=500599cffc63fdd98aaf4bf8c67d627e23961785;hp=ef4b3a91e6fa8f47d2c6bf1701e01d9dac10885e;hpb=15383cbd49486d38a233e79ab20aea23db81f359;p=grml-etc-core.git diff --git a/etc/zsh/zshrc b/etc/zsh/zshrc index ef4b3a9..894eb88 100644 --- a/etc/zsh/zshrc +++ b/etc/zsh/zshrc @@ -2365,9 +2365,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