From 32257cb7645bf6e1378c6c62866118f9b79c14e8 Mon Sep 17 00:00:00 2001 From: Alexander Hosking Date: Thu, 7 Sep 2017 12:02:46 -0400 Subject: [PATCH] Add colour to man pages --- run/.profile | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/run/.profile b/run/.profile index 1f04575..6b82b54 100644 --- a/run/.profile +++ b/run/.profile @@ -21,3 +21,11 @@ PATH="$HOME/bin:$HOME/.local/bin:$PATH" export PATH=$PATH:/opt/trello #for i3 to use gnome control center export XDG_CURRENT_DESKTOP=GNOME + +# Colored Man Pages! +export LESS_TERMCAP_md=$'\e'"[1;36m" +export LESS_TERMCAP_me=$'\e'"[0m" +export LESS_TERMCAP_se=$'\e'"[0m" +export LESS_TERMCAP_so=$'\e'"[1;40;92m" +export LESS_TERMCAP_ue=$'\e'"[0m" +export LESS_TERMCAP_us=$'\e'"[1;32m"