From 4ae56e9b844e18441003825f29dfd8d47680d042 Mon Sep 17 00:00:00 2001 From: Ilya Grigoriev Date: Sun, 7 Jul 2024 21:25:42 -0700 Subject: [PATCH] hwatch: scrollbar by default Good with https://github.com/blacknon/hwatch/pull/140 --- config_scripts/bash_config.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config_scripts/bash_config.bash b/config_scripts/bash_config.bash index bad30f6..f7c27e6 100644 --- a/config_scripts/bash_config.bash +++ b/config_scripts/bash_config.bash @@ -8,7 +8,7 @@ export MOAR export LF_PAGER="less -+F" # # The newline is because I have (unwisely?) `set ifs "\n"` in lfrc as suggested by the docs. It only seems to be important for :doc command # export LF_PAGER=$(printf "less\n-+F") -HWATCH="-t --color --no-help-banner --mouse" +HWATCH="-t --color --no-help-banner --mouse --border --with-scrollbar" export HWATCH if [ -f ~/config_scripts/bash_config_site.bash ]; then