1
0
Fork 0
mirror of https://github.com/notwa/rc synced 2024-11-05 04:39:03 -08:00

add case-insensitive flag to less-flags

also alphabetize
This commit is contained in:
Connor Olding 2024-07-19 23:00:31 -07:00
parent 822e691ecd
commit e82ec12751

View file

@ -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