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:
@ -5,7 +5,7 @@ endif
|
|||||||
# Set the acknowledgement bit, essentially
|
# Set the acknowledgement bit, essentially
|
||||||
setenv CSHENV_SYSTEM_CONFIGURED FreeBSD
|
setenv CSHENV_SYSTEM_CONFIGURED FreeBSD
|
||||||
|
|
||||||
setenv LESS -er
|
setenv LESS -erF
|
||||||
setenv PAGER less
|
setenv PAGER less
|
||||||
|
|
||||||
if( $?CSHENV_DEBUG ) then
|
if( $?CSHENV_DEBUG ) then
|
||||||
|
Reference in New Issue
Block a user