Skip to content

Instantly share code, notes, and snippets.

@anildigital
Forked from defunkt/pless.sh
Created November 12, 2008 17:34
Show Gist options
  • Save anildigital/24216 to your computer and use it in GitHub Desktop.
Save anildigital/24216 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