Shell Goodies (Zsh and Bash)

Please post your favorite shell tidbits:

Prints path, one path per line.

alias echopath='echo $PATH | tr : "\n"'