diff options
-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 |