feat(fish): set bat as default pager
This commit is contained in:
parent
44a34f74ac
commit
64a41845ab
2 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue