diff options
author | Justine Smithies <justine@smithies.me.uk> | 2025-08-02 16:28:35 +0100 |
---|---|---|
committer | Justine Smithies <justine@smithies.me.uk> | 2025-08-02 16:28:35 +0100 |
commit | c257c004237ee1e69182e59508486d55ea5a15fb (patch) | |
tree | ace9244dff84c43f90159eaac241a5d89688afa1 /.config | |
parent | 8727051c811e4347de03cbeeb02f8116cb4d2af3 (diff) |
Uncomment paging=never in bat and added the man function for colored man pages in .kshrc
Diffstat (limited to '.config')
-rwxr-xr-x | .config/bat/config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/bat/config b/.config/bat/config index bc2ec99..ef4ec0c 100755 --- a/.config/bat/config +++ b/.config/bat/config @@ -12,7 +12,7 @@ #--italic-text=always # Uncomment the following line to disable automatic paging: ---paging=never +# --paging=never # Uncomment the following line if you are using less version >= 551 and want to # enable mouse scrolling support in `bat` when running inside tmux. This might |