Skip to content

Instantly share code, notes, and snippets.

@conformist-mw
Created March 29, 2017 09:09
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 conformist-mw/bf690b1dd5b373ab983504e0d0d81c6b to your computer and use it in GitHub Desktop.
Save conformist-mw/bf690b1dd5b373ab983504e0d0d81c6b to your computer and use it in GitHub Desktop.
added highlights to less
sudo apt install source-highlight
cat >> ~/.bashrc <<EOF
export LESSOPEN="| /usr/share/source-highlight/src-hilite-lesspipe.sh %s"
export LESS=' -R '
EOF
source ~/.bashrc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment