From 11da6db0096dd8f9a4010365b2f6dd4d25dedadc Mon Sep 17 00:00:00 2001 From: Fabian Homborg Date: Thu, 22 Jul 2021 19:19:33 +0200 Subject: [PATCH] Cleanup of a comment --- share/functions/history.fish | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/share/functions/history.fish b/share/functions/history.fish index a397e8a88..6bb378d25 100644 --- a/share/functions/history.fish +++ b/share/functions/history.fish @@ -89,9 +89,7 @@ function history --description "display or manipulate interactive command histor and echo $PAGER | read -at pager # If the user hasn't preconfigured less with the $LESS environment variable, - # we do so to have it behave like cat if output fits on one screen. Prevent the - # screen from clearing on quit, so there is something to see if it exits. - # These are two of the options `git` sets through $LESS before starting the pager. + # we do so to have it behave like cat if output fits on one screen. not set -qx LESS and set -x LESS --quit-if-one-screen not set -qx LV # ask the pager lv not to strip colors