Skip to content

Instantly share code, notes, and snippets.

@loadletter
Created June 25, 2014 22:20
Show Gist options
  • Save loadletter/58b62a358308526263c0 to your computer and use it in GitHub Desktop.
Save loadletter/58b62a358308526263c0 to your computer and use it in GitHub Desktop.
colored man pages
export LESS_TERMCAP_mb=$'\e[1;35m'
export LESS_TERMCAP_md=$'\e[1;35m'
export LESS_TERMCAP_me=$'\e[0m'
export LESS_TERMCAP_se=$'\e[0m'
export LESS_TERMCAP_so=$'\e[01;44;33m'
export LESS_TERMCAP_ue=$'\e[0m'
export LESS_TERMCAP_us=$'\e[01;32m'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment