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 have a script called `gi` that removes the first letter from the first argument and passes args to git

gi tpush => git push

it also leaves a harassing message to myself to type better next time