feat(fish): set bat as default pager

This commit is contained in:
Sergio Laín 2025-08-27 13:04:51 +02:00
parent 44a34f74ac
commit 64a41845ab
No known key found for this signature in database
GPG key ID: 51BB28D8B42FB438
2 changed files with 2 additions and 1 deletions

View file

@ -14,7 +14,7 @@
--decorations=always
# Uncomment the following line to disable automatic paging:
--paging=never
--paging=always
# 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

View file

@ -63,6 +63,7 @@ fish_add_path $XDG_DATA_HOME/pnpm
set -xg EDITOR nvim
set -xg VISUAL $EDITOR
set -xg SUDO_EDITOR $EDITOR
set -xg PAGER bat
# GPG/LANG
set -xg GPG_TTY (tty)