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.
This commit is contained in:
ADAM David Alan Martin
2018-06-20 15:38:09 -04:00
parent d67b689666
commit 0f518cb3e0

View File

@ -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