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:
parent
822e691ecd
commit
e82ec12751
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue