aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Singleton <matt@xcolour.net>2015-04-21 22:21:39 -0400
committerMatt Singleton <matt@xcolour.net>2015-04-21 22:21:39 -0400
commit98ce4a42c8e47abd40191b054255e8fffc69713c (patch)
treead387316c8dfcdbff1744367a58217c834d1e266
parent4018d63b7dd3160f8446b13ae5f696116ad72d96 (diff)
case insensitive search in less
-rw-r--r--zsh/behavior.zsh5
1 files changed, 5 insertions, 0 deletions
diff --git a/zsh/behavior.zsh b/zsh/behavior.zsh
index a915d47..0c0f2f4 100644
--- a/zsh/behavior.zsh
+++ b/zsh/behavior.zsh
@@ -58,3 +58,8 @@ function hr {
printf "$bg[blue]${(l:$COLUMNS:: :)}\n"
printf "$bg[magenta]${(l:$COLUMNS:: :)}\n"
}
+
+#
+# less
+
+export LESS=-i