From 0f518cb3e0a5c164e3e4c3139d61dc563bcef858 Mon Sep 17 00:00:00 2001 From: ADAM David Alan Martin Date: Wed, 20 Jun 2018 15:38:09 -0400 Subject: [PATCH] FreeBSD less options improvement. When less hits the end, I want it to not quit. But I also want less to not page at all on content which fits onto a single screen. --- tcshrc.system.FreeBSD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tcshrc.system.FreeBSD b/tcshrc.system.FreeBSD index 8db8aa5..4117c9f 100644 --- a/tcshrc.system.FreeBSD +++ b/tcshrc.system.FreeBSD @@ -5,7 +5,7 @@ endif # Set the acknowledgement bit, essentially setenv CSHENV_SYSTEM_CONFIGURED FreeBSD -setenv LESS -er +setenv LESS -erF setenv PAGER less if( $?CSHENV_DEBUG ) then