Just wanted to share my new favourite alias. Really nice, especially if you read a lot of source code using less and prefer colors.
alias cless='LESSOPEN="| highlight --ansi --force %s" less -NR'
Tip: If you’d like more colors, replace –ansi with –xterm256.

Bra trick. Tyværr fungerar inte highlight så bra i den version jag har.. (den kraschar bara med –ansi, ej –latex etc)
$ cat kod.c | highlight –ansi
Segmenteringsfel
Pygments is spiffy albeit not quite as speedy. Here’s my cless:
alias cless='LESSOPEN="| pygmentize -O bg=dark %s" less -NR'