Skip to content

Instantly share code, notes, and snippets.

@stantont
Forked from defunkt/pless.sh
Created May 5, 2010 02:51
Show Gist options
  • Select an option

  • Save stantont/390322 to your computer and use it in GitHub Desktop.

Select an option

Save stantont/390322 to your computer and use it in GitHub Desktop.
# my new favorite bashrc function
# quickly inspect source files in style
function pless {
pygmentize $1 | less -r
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment