diff options
| author | Blake Romero <blake@blkrom.com> | 2024-12-23 23:23:41 +0000 |
|---|---|---|
| committer | Blake Romero <blake@blkrom.com> | 2024-12-23 23:23:41 +0000 |
| commit | 38d2b6b062969ec8135bec07dcd6ae5ee7f5fcde (patch) | |
| tree | c8f72c8aa6957c8ba36db0f995989b78864b9f5e /dot-profile | |
| parent | 65687707241a09f3ff6295438822d4fd80f06e74 (diff) | |
Fix less highlight colour
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 |
