git: 13d407b63546 - stable/14 - examples/csh: Case insensitive search in pager
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 22 Apr 2025 03:19:06 UTC
The branch stable/14 has been updated by ziaee: URL: https://cgit.FreeBSD.org/src/commit/?id=13d407b6354663a7a5aca18c442095786a64772e commit 13d407b6354663a7a5aca18c442095786a64772e Author: Alexander Ziaee <ziaee@FreeBSD.org> AuthorDate: 2025-04-19 16:41:23 +0000 Commit: Alexander Ziaee <ziaee@FreeBSD.org> CommitDate: 2025-04-22 03:18:11 +0000 examples/csh: Case insensitive search in pager This is one of the most commonly requested configurations I'm asked to share or put in man(1). Currently I think this is the most appropriate and cannonical place for it. MFC after: 3 days Reviewed by: carlavilla, imp Approved by: carlavilla (mentor) Differential Revision: https://reviews.freebsd.org/D49833 (cherry picked from commit ec95b6a3c77b72aca1823f1b118a7983c130e4df) --- share/examples/csh/dot.cshrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/share/examples/csh/dot.cshrc b/share/examples/csh/dot.cshrc index 5cda009dbd96..4408af31cda3 100644 --- a/share/examples/csh/dot.cshrc +++ b/share/examples/csh/dot.cshrc @@ -137,3 +137,6 @@ setenv CLICOLOR 1 # other autolist options set autolist = TAB + +# Case insensitive search in pager and man +setenv PAGER less -I