Create a function md which creates a directory and changes to it
authorAxel Beckert <abe@deuxchevaux.org>
Sun, 11 Mar 2012 19:34:05 +0000 (20:34 +0100)
committerAxel Beckert <abe@deuxchevaux.org>
Sun, 11 Mar 2012 19:34:05 +0000 (20:34 +0100)
commit9b6620cb52bbd14686ebb2f807588c5e01a219ae
treeeaeddd3024f50fcdf47a727b4041200631cce7d5
parent42da1a3014e785f119f3cddcd27cb2799aad71da
Create a function md which creates a directory and changes to it

As grml removed the md alias (for "mkdir -p") and renamed the function
mcd (which did the same as this function) to a longer mkcd, I take the
chance to make it the way I always wanted it.

Just to be sure I still check if an md alias exists (which would
overrule the function) and remove it in that case.
zsh.d/50-alias