aboutsummaryrefslogtreecommitdiff
path: root/dot-profile
diff options
context:
space:
mode:
Diffstat (limited to 'dot-profile')
-rw-r--r--dot-profile10
1 files changed, 10 insertions, 0 deletions
diff --git a/dot-profile b/dot-profile
index b8bbcbd..93c895f 100644
--- a/dot-profile
+++ b/dot-profile
@@ -12,6 +12,16 @@ export EDITOR=vim
export VISUAL=vim
export LESSHISTFILE=/dev/null
+# Colour man pages
+export GROFF_NO_SGR=1
+export LESS_TERMCAP_mb=$'\e[01;33m' # begin blinking
+export LESS_TERMCAP_md=$'\e[01;33m' # begin bold
+export LESS_TERMCAP_me=$'\e[0m' # end all mode like so, us, mb, md, mr
+export LESS_TERMCAP_se=$'\e[0m' # end standout-mode
+export LESS_TERMCAP_so=$'\e[01;32m' # start standout mode
+export LESS_TERMCAP_ue=$'\e[0m' # end underline
+export LESS_TERMCAP_us=$'\e[1;37m' # start underlining
+
#
# BEMENU
#