Skip to content

Instantly share code, notes, and snippets.

@gaving
Created December 24, 2009 09:18
Show Gist options
  • Save gaving/263096 to your computer and use it in GitHub Desktop.
Save gaving/263096 to your computer and use it in GitHub Desktop.
if [[ -x `which lesspipe.sh` ]]; then
export LESS="-R -M --shift 5"
export LESSOPEN="|lesspipe.sh %s"
export LESSCOLOR=1
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment