Update less(1) options.
authorSteve Youngs <steve@steveyoungs.com>
Mon, 15 Mar 2021 09:50:19 +0000 (19:50 +1000)
committerSteve Youngs <steve@steveyoungs.com>
Mon, 15 Mar 2021 09:50:19 +0000 (19:50 +1000)
Remove '--mouse' from the options because it prevents selecting text with
the mouse.

* etc/pkgusr/bash_profile (LESS): Don't include '--mouse'.

Signed-off-by: Steve Youngs <steve@steveyoungs.com>
etc/pkgusr/bash_profile

index 274ce71..19ed801 100644 (file)
@@ -16,7 +16,7 @@ LC_CTYPE=en_AU.UTF-8
 PATH=/usr/lib/pkgusr:/usr/bin:/usr/X11R6/bin:/opt/qt/bin
 
 ## A couple things to make less(1) nicer.
-LESS='-FgiMrswX --mouse --use-color'
+LESS='-FgiMrswX --use-color'
 LESSCHARSET=utf-8
 LESSOPEN='|lesspipe.sh %s'