Created
February 21, 2014 20:11
-
-
Save loadletter/9142454 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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