Add colour to man pages
This commit is contained in:
parent
942f6e2f52
commit
32257cb764
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user