diff options
author | Till Höppner | 2017-05-16 17:10:14 +0200 |
---|---|---|
committer | Till Höppner | 2017-05-16 17:10:14 +0200 |
commit | 4cb6e988600acbe73e0e444d7052a66dbfa2d6bf (patch) | |
tree | 559aac239c1daba8918b16617f42dba5fc3b43e8 | |
parent | 4e25c45ad8eadc88c9f54e8d5575df428935ce2a (diff) | |
download | zsh-4cb6e988600acbe73e0e444d7052a66dbfa2d6bf.tar.gz zsh-4cb6e988600acbe73e0e444d7052a66dbfa2d6bf.tar.xz zsh-4cb6e988600acbe73e0e444d7052a66dbfa2d6bf.zip |
Set LESS to be case insensitive
-rw-r--r-- | conf.d/00-user-config.zsh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/conf.d/00-user-config.zsh b/conf.d/00-user-config.zsh index e075f17..8622ff0 100644 --- a/conf.d/00-user-config.zsh +++ b/conf.d/00-user-config.zsh @@ -9,3 +9,6 @@ elif (($+commands[vi])); then else EDITOR=nano fi + +# raw and case insensitive +LESS=-Ri |