alias s='sudo'
 alias r='rake' # i'm a ruby developer
 alias ..='cd ..' # although with autocd feature for zsh this comes packed.

One of my favorites when i forget `s`:
 
 $ !! # last command with super user priviledges