From de09f0d8b25eadf8c1ac04ae728d50ac4cf451b1 Mon Sep 17 00:00:00 2001 From: Minijackson Date: Tue, 29 Oct 2024 20:05:58 +0100 Subject: common/commandline: fix "less" env var --- common/commandline.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'common') diff --git a/common/commandline.nix b/common/commandline.nix index cc96ad1..6025aaa 100644 --- a/common/commandline.nix +++ b/common/commandline.nix @@ -94,8 +94,7 @@ in { LESS = "-W -z-4 -R -J -F"; LESS_TERMCAP_mb = dominantEscapeCode; LESS_TERMCAP_md = dominantEscapeCode; - LESS_TERMCAP_so = - bgDominantEscapeCode + backgroundEscapeCode + "$(tput bold)"; + LESS_TERMCAP_so = bgDominantEscapeCode + backgroundEscapeCode; }; }; -- cgit v1.2.3