diff options
author | Matt Singleton <matt@xcolour.net> | 2015-04-21 22:21:39 -0400 |
---|---|---|
committer | Matt Singleton <matt@xcolour.net> | 2015-04-21 22:21:39 -0400 |
commit | 98ce4a42c8e47abd40191b054255e8fffc69713c (patch) | |
tree | ad387316c8dfcdbff1744367a58217c834d1e266 /zsh | |
parent | 4018d63b7dd3160f8446b13ae5f696116ad72d96 (diff) |
case insensitive search in less
Diffstat (limited to 'zsh')
-rw-r--r-- | zsh/behavior.zsh | 5 |
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 |