about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorCase Duckworth2022-08-09 23:43:05 -0500
committerCase Duckworth2022-08-09 23:43:05 -0500
commitf472e60f1164f0dc025d06db2a13ff4e8ebee1a2 (patch)
tree6ab0d84502abb853a70373feae667a72d9e8b737
parentRemove spurious mklesskey call (diff)
downloadbollux-f472e60f1164f0dc025d06db2a13ff4e8ebee1a2.tar.gz
bollux-f472e60f1164f0dc025d06db2a13ff4e8ebee1a2.zip
Add link to less
-rwxr-xr-xbollux3
1 files changed, 3 insertions, 0 deletions
diff --git a/bollux b/bollux index 23a0403..267418e 100755 --- a/bollux +++ b/bollux
@@ -1193,6 +1193,9 @@ less_prompt_escape() { # less_prompt_escape STRING
1193# ben!) 1193# ben!)
1194# 1194#
1195# That being said, this may not work. *Please test!* --- acdw 2022-08-09 1195# That being said, this may not work. *Please test!* --- acdw 2022-08-09
1196#
1197# PS. Here's a link to less's homepage in case something else comes up:
1198# https://www.greenwoodsoftware.com/less/
1196mklesskey() { # mklesskey 1199mklesskey() { # mklesskey
1197 if [[ -f "$BOLLUX_CUSTOM_LESSKEY" ]]; then 1200 if [[ -f "$BOLLUX_CUSTOM_LESSKEY" ]]; then
1198 log d "Using custom lesskey: '$BOLLUX_CUSTOM_LESSKEY'" 1201 log d "Using custom lesskey: '$BOLLUX_CUSTOM_LESSKEY'"