URI:
       shell: simplify less statusbar 🌟 - dotfiles - personal arsenal of "rice"
  HTML git clone https://git.drkhsh.at/dotfiles.git
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
   DIR README
   DIR LICENSE
       ---
   DIR commit a672b31450e32b9db5656221a9101acdf1e6bdd9
   DIR parent dcdb189e74448b7722f8bbd85c769191798fa8f6
  HTML Author: drkhsh <me@drkhsh.at>
       Date:   Thu,  4 May 2023 00:38:02 +0200
       
       shell: simplify less statusbar 🌟
       
       Diffstat:
         M shell/.env                          |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/shell/.env b/shell/.env
       @@ -6,7 +6,7 @@ if _exists less; then
                # -R  colored output
                # -X  don't clear on exit
                # -Ps string prompt
       -        LESS='-IRXPsâ–“â–’â–‘ %lt-%lb (%Pt-%Pb \%) â–‘ %bt-%bbb â–‘ %f â–‘â–’â–“'
       +        LESS='-IRXPs %lt-%lb (%Pt-%Pb \%) â–‘ %bt-%bbb â–‘ %f â–‘â–’â–“'
                export PAGER LESSHISTFILE LESS
        fi
        export MANWIDTH=80