#env
# Set options for less. If the command output fits on the current terminal
-# page less automatically quits. Also allows the use with colordiff.
-LESS = --no-init --search-skip-screen --quit-if-one-screen --RAW-CONTROL-CHARS
+# page less automatically quits. Also allows the use with colordiff. When
+# searching ignore case if no uppercase letter is used.
+LESS = --no-init --search-skip-screen --quit-if-one-screen --RAW-CONTROL-CHARS --ignore-case