From e82ec12751bfdc9d70699d73e231ef6eb54f4883 Mon Sep 17 00:00:00 2001 From: Connor Olding Date: Fri, 19 Jul 2024 23:00:31 -0700 Subject: [PATCH] add case-insensitive flag to less-flags also alphabetize --- home/shrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/shrc b/home/shrc index 2ac73ca..2dd0d23 100644 --- a/home/shrc +++ b/home/shrc @@ -73,7 +73,7 @@ export EA_DIR="t" export EA_DOMAIN="https://eaguru.guru" export EDITOR=vim export ENV="$HOME/.shrc" # for dash and ash -export LESS='-SRQc' +export LESS='-QRSci' export PAGER=less export PYTHONIOENCODING=utf-8 # damnit python! export SSH_AUTH_SOCK=0 # more info: https://0x0.st/NUnw