Skip to content

Commit

Permalink
hwatch: scrollbar by default
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyagr committed Jul 8, 2024
1 parent 5d011fa commit 4ae56e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config_scripts/bash_config.bash
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4ae56e9

Please sign in to comment.