Guest User

Untitled

a guest
Apr 26th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. if [[ -x `which lesspipe.sh` ]]; then
  2. export LESS="-R -M --shift 5"
  3. export LESSOPEN="|lesspipe.sh %s"
  4. export LESSCOLOR=1
  5. fi
Add Comment
Please, Sign In to add comment