2007-05-07

aliases

Whenever I find myself mistyping a command alot, I just add an alias for it.
alias bim='vim'
alias cim='vim'
I also come across commands that I almost always run with the same flag:
alias ll='ls -l'
alias wl='wc -l'
What aliases do you use?

0 comments: