- # Default Flags for `less`
- #
- # e = quit at end of file
- # i = searches ignore case, unless there are upper case characters
- # r = display raw control characters (Ctrl-A is ^A)
- # M = verbose `less` prompt
- # X = no init? Read `man` entry to find out more. Leaving it here.
- export LESS='-eirMX'
|