Guest User

Untitled

a guest
Jan 18th, 2018
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. enter_standout_mode smso so begin standout mode
  2. exit_standout_mode rmso se exit standout mode
  3.  
  4. export LESS_TERMCAP_so=$'E[30;43m'
  5.  
  6. export LESS_TERMCAP_se=$'E[39;49m'
  7.  
  8. LESS='-G' man less
  9.  
  10. export MANPAGER='less -G'
Add Comment
Please, Sign In to add comment