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"