Skip to content

Commit

Permalink
^ env: less: no-vbell is only available in later versions
Browse files Browse the repository at this point in the history
get args from later versions by reading .lesskey instead (see
src/.rc/lessrc), because it has version-conditional defines

the .lesskey file overrides values from the invocation environment so
it's safe to duplicate here
  • Loading branch information
smemsh committed Nov 27, 2024
1 parent 293035f commit 3c24315
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init.d/env
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ esetenv RI "-f ansi" # ruby rdoc ri

esetenv LYNX_CFG $HOME/.lynxrc

esetenv LESS "-iSQRF#3 --no-vbell"
esetenv LESS "-iSQRF#3" # see also .rc/lessrc
esetenv PAGER "less"
esetenv MANPAGER "$PAGER -s"
esetenv MANWIDTH 80
Expand Down

0 comments on commit 3c24315

Please sign in to comment.