diff options
-rwxr-xr-x | bollux | 3 |
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/ | ||
1196 | mklesskey() { # mklesskey | 1199 | mklesskey() { # 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'" |