Syntax highlighting for shell when using cat. Requires http://pygments.org/
alias ccat='pygmentize -g' # pygmented cat output # pygmented and line numbered cat alias ccat='pygmentize -g -O style=colorful,linenos=1'