Skip to content

Instantly share code, notes, and snippets.

@chezou
Last active December 21, 2015 03:59
Show Gist options
  • Save chezou/6246395 to your computer and use it in GitHub Desktop.
Save chezou/6246395 to your computer and use it in GitHub Desktop.
lvc with pygments
function lvc() { if [ -f $1 ]; then pygmentize -O encoding=utf-8 "$1" |lv -c; fi; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment