set bat as manpager

This commit is contained in:
Gabriel Augendre 2024-11-30 10:21:10 +01:00
parent f6e6e35d05
commit 97c216245b

View file

@ -27,6 +27,8 @@ set -gx POETRY_HTTP_BASIC_PYPI_PASSWORD $PYPI_TOKEN
set -gx ANSIBLE_NOCOWS 1 set -gx ANSIBLE_NOCOWS 1
set -x MANPAGER "sh -c 'col -bx | bat -l man -p'"
{{- if eq .chezmoi.os "darwin" }} {{- if eq .chezmoi.os "darwin" }}
set -g fish_greeting "Wsh, bien ?" set -g fish_greeting "Wsh, bien ?"
{{- else }} {{- else }}