git: ec95b6a3c77b - main - examples/csh: Case insensitive search in pager
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 19 Apr 2025 16:43:37 UTC
The branch main has been updated by ziaee: URL: https://cgit.FreeBSD.org/src/commit/?id=ec95b6a3c77b72aca1823f1b118a7983c130e4df commit ec95b6a3c77b72aca1823f1b118a7983c130e4df Author: Alexander Ziaee <ziaee@FreeBSD.org> AuthorDate: 2025-04-19 16:41:23 +0000 Commit: Alexander Ziaee <ziaee@FreeBSD.org> CommitDate: 2025-04-19 16:41:40 +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 --- 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