mirror of
https://github.com/Crocmagnon/dotfiles.git
synced 2024-12-22 05:41:51 +01:00
set bat as manpager
This commit is contained in:
parent
f6e6e35d05
commit
97c216245b
1 changed files with 2 additions and 0 deletions
|
@ -27,6 +27,8 @@ set -gx POETRY_HTTP_BASIC_PYPI_PASSWORD $PYPI_TOKEN
|
|||
|
||||
set -gx ANSIBLE_NOCOWS 1
|
||||
|
||||
set -x MANPAGER "sh -c 'col -bx | bat -l man -p'"
|
||||
|
||||
{{- if eq .chezmoi.os "darwin" }}
|
||||
set -g fish_greeting "Wsh, bien ?"
|
||||
{{- else }}
|
||||
|
|
Loading…
Reference in a new issue