diff options
author | xyz <gky44px1999@gmail.com> | 2022-08-28 17:12:49 -0700 |
---|---|---|
committer | xyz <gky44px1999@gmail.com> | 2022-08-28 17:12:49 -0700 |
commit | bcf29ec3db4bab6792dec1db46da301e0f36df31 (patch) | |
tree | b699cb52573a520c5541938ae30989c8703c9d8e /home/xyz/.profile | |
parent | 7a77da7e0d7caccf356c2e6ad537e0d7cc21eeaf (diff) |
.profile add -i for less for smart ignore case
Diffstat (limited to 'home/xyz/.profile')
-rw-r--r-- | home/xyz/.profile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/xyz/.profile b/home/xyz/.profile index 2e3592fb..5ccba219 100644 --- a/home/xyz/.profile +++ b/home/xyz/.profile @@ -25,7 +25,7 @@ export BROWSER=firefox # -F is useful when sdcv need user to manually select similar word, after selection if no -F less will not quit if one screen # but other situation seems less use -F as default? # steal from sdcv arch wiki -export PAGER='less -FRX' +export PAGER='less -FRXi' export SDCV_PAGER="$PAGER" export SDCV_HISTSIZE=10000 |