summaryrefslogtreecommitdiff
path: root/home/xyz/.profile
diff options
context:
space:
mode:
authorxyz <gky44px1999@gmail.com>2022-08-28 17:12:49 -0700
committerxyz <gky44px1999@gmail.com>2022-08-28 17:12:49 -0700
commitbcf29ec3db4bab6792dec1db46da301e0f36df31 (patch)
treeb699cb52573a520c5541938ae30989c8703c9d8e /home/xyz/.profile
parent7a77da7e0d7caccf356c2e6ad537e0d7cc21eeaf (diff)
.profile add -i for less for smart ignore case
Diffstat (limited to 'home/xyz/.profile')
-rw-r--r--home/xyz/.profile2
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