From 674be67820837ea15571505669818e8927c65b03 Mon Sep 17 00:00:00 2001 From: adam <56338480+adastx@users.noreply.github.com> Date: Sun, 7 Aug 2022 20:28:20 +0200 Subject: less: minor colour change --- .bash_profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' -- cgit v1.2.3-70-g09d2