From 681d490da50adef95e466b10d6720e9c45d0d40a Mon Sep 17 00:00:00 2001 From: Blista Kanjo Date: Fri, 18 Nov 2022 09:58:45 -0500 Subject: feat: set variables for colored man pages via less --- .config/fish/config.fish | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to '.config') diff --git a/.config/fish/config.fish b/.config/fish/config.fish index 9441183..bfc8d04 100644 --- a/.config/fish/config.fish +++ b/.config/fish/config.fish @@ -33,5 +33,13 @@ if status is-interactive # Environment Variable Declarations export PF_INFO="ascii title os kernel uptime pkgs memory" + # LESS TERMCAP Variables (for colored man pages) + set -gx LESS_TERMCAP_mb \e'[1;32m' + set -gx LESS_TERMCAP_md \e'[1;32m' + set -gx LESS_TERMCAP_me \e'[0m' + set -gx LESS_TERMCAP_se \e'[0m' + set -gx LESS_TERMCAP_so \e'[01;31m' + set -gx LESS_TERMCAP_ue \e'[0m' + set -gx LESS_TERMCAP_us \e'[1;4;33m' end -- cgit v1.2.3