diff options
Diffstat (limited to 'dot-profile')
| -rw-r--r-- | dot-profile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dot-profile b/dot-profile index 93c895f..1cbea33 100644 --- a/dot-profile +++ b/dot-profile @@ -17,10 +17,10 @@ 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_so=$'\e[7m' # start standout mode 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 +export LESS_TERMCAP_ue=$'\e[0m' # end underline # # BEMENU |
