diff options
author | adam <56338480+adastx@users.noreply.github.com> | 2022-08-07 20:28:20 +0200 |
---|---|---|
committer | Adam <56338480+adastx@users.noreply.github.com> | 2022-08-10 18:15:03 +0200 |
commit | 674be67820837ea15571505669818e8927c65b03 (patch) | |
tree | 320b92e5189564bf79efe4924b00ee253f0eb71c | |
parent | 6afcbb61186c45dc15b21f2ce8cd55debfc508ab (diff) |
less: minor colour change
-rw-r--r-- | .bash_profile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.bash_profile b/.bash_profile index a3998a7..dba2ab0 100644 --- a/.bash_profile +++ b/.bash_profile @@ -33,7 +33,7 @@ export PF_INFO="ascii title os kernel uptime pkgs memory" export VIMINIT='let $MYVIMRC = !has("nvim") ? "$XDG_CONFIG_HOME/vim/vimrc" : "$XDG_CONFIG_HOME/nvim/init.lua" | so $MYVIMRC' export LESS_TERMCAP_mb=$'\E[1;31m' -export LESS_TERMCAP_md=$'\E[1;31m' +export LESS_TERMCAP_md=$'\E[1;36m' export LESS_TERMCAP_me=$'\E[0m' export LESS_TERMCAP_ue=$'\E[0m' export LESS_TERMCAP_se=$'\E[0m' |