I keep telling myself that I will never break down and add the following to my .bash_aliases file

alias mdkir=mkdir

But it's so, so tempting.

#linux

@ovid i used zsh (with @grmlproject 's grml.org/zsh ) and if i do such typos it asks me if I accept its correction (or I can go back and edit)
```
% mdkir test
zsh: correct 'mdkir' to 'mkdir' [nyae]? y
```