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.
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.
I will confess to having the following in my .bash_aliases:
alias :e="vim"
@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