Alias

alias ls=“ls –color” alias //with no options lists current alias's unalias ls // remove alias ls

This can be also very useful for the rm command!


More info at:

http://linuxreviews.org/quicktips/alias/