diff options
author | Case Duckworth | 2022-08-09 23:43:05 -0500 |
---|---|---|
committer | Case Duckworth | 2022-08-09 23:43:05 -0500 |
commit | f472e60f1164f0dc025d06db2a13ff4e8ebee1a2 (patch) | |
tree | 6ab0d84502abb853a70373feae667a72d9e8b737 | |
parent | Remove spurious mklesskey call (diff) | |
download | bollux-f472e60f1164f0dc025d06db2a13ff4e8ebee1a2.tar.gz bollux-f472e60f1164f0dc025d06db2a13ff4e8ebee1a2.zip |
Add link to less
-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'" |