zshrc: mcd -> mkcd
[grml-etc-core.git] / etc / zsh / zshrc
index da6d10d..1d57431 100644 (file)
@@ -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