Skip to content

Instantly share code, notes, and snippets.

@mojodna
Forked from defunkt/pless.sh
Created November 16, 2008 22:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mojodna/25577 to your computer and use it in GitHub Desktop.
Save mojodna/25577 to your computer and use it in GitHub Desktop.
# even simpler colorization for everything (assuming you're not using a lesspipe.sh already)
# (add to your .bashrc)
export LESS="-r"
export LESSOPEN="|pygmentize %s"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment