Skip to content

Instantly share code, notes, and snippets.

@YourFriendCaspian
Forked from opt9/.profile
Created September 2, 2017 06:24
Show Gist options
  • Save YourFriendCaspian/4406fb80847ec9d32a2e1f81e05b57e6 to your computer and use it in GitHub Desktop.
Save YourFriendCaspian/4406fb80847ec9d32a2e1f81e05b57e6 to your computer and use it in GitHub Desktop.
Linux Color Man Page config
export LESS_TERMCAP_mb=$'\e[1;34m' # begin bold
export LESS_TERMCAP_md=$'\e[1;32m' # begin blink
export LESS_TERMCAP_so=$'\e[01;44;37m' # begin reverse video
export LESS_TERMCAP_us=$'\e[01;36m' # begin underline
export LESS_TERMCAP_me=$'\e[0m' # reset bold/blink
export LESS_TERMCAP_se=$'\e[0m' # reset reverse video
export LESS_TERMCAP_ue=$'\e[0m' # reset underline
export GROFF_NO_SGR=1 # for konsole and gnome-terminal
export MANPAGER='less -s -M +Gg'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment