From c2c58ba03f17dcd9021aeb61a8f16cdfea283aa4 Mon Sep 17 00:00:00 2001 From: Connor Olding Date: Sat, 24 Feb 2024 02:47:38 -0800 Subject: [PATCH] move misplaced export --- home/shrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/shrc b/home/shrc index 4fadf7f..7df136f 100644 --- a/home/shrc +++ b/home/shrc @@ -76,6 +76,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 PAGER=less export PYTHONIOENCODING=utf-8 # damnit python! export SSH_AUTH_SOCK=0 # more info: https://0x0.st/NUnw @@ -113,7 +114,6 @@ if false; then # currently in the process of rewriting these # just flags {{{2 -export LESS='-SRQc' alias fils="du -bahd1" ### @- (GNU du) display human-friendly filesizes for the files in a directory. alias lsa="ls -A --group-directories-first" ### @- (GNU ls) list files with directories and dotfiles ordered first. alias perlu='perl -Mopen=locale -Mutf8' ### @- invoke perl expecting files with UTF-8 encoding.