We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 54befb3 + 11d507d commit 2d50f67Copy full SHA for 2d50f67
gh-f
@@ -7,8 +7,8 @@ ID_COLOUR="\033[36m"
7
TEXT_COLOUR="\033[34m"
8
STATUS_COLOUR="\033[33m"
9
SHELL_COLOUR="\033[0m"
10
-[[ -z $(command -v bat) ]] && HELP_PAGER="less" || HELP_PAGER="bat -l man -p"
11
-[[ -z $(command -v bat) ]] && LOG_PAGER="less" || LOG_PAGER="bat -l log -p"
+[[ -z $(command -v bat) ]] && HELP_PAGER="less -R" || HELP_PAGER="bat -l man -p"
+[[ -z $(command -v bat) ]] && LOG_PAGER="less -R" || LOG_PAGER="bat -l log -p"
12
13
help() {
14
help_message="
0 commit comments