I came across the best shell alias ever:
alias up="cd .."
This is one of those things that make me go “Why didn’t I thought of it earlier? And myself?”.
In order to add some value to this post, here are my two mostly used aliases:
alias pd="perldoc" alias pdf="perldoc -f"