fix chezmoi diff pager

This commit is contained in:
Joel Beckmeyer 2024-09-11 09:29:29 -04:00
parent 97ca59fc0c
commit d42f6224f2
2 changed files with 5 additions and 0 deletions

View File

@ -2,3 +2,5 @@ sourceDir: ~/repos/dotfiles
merge:
command: vim
args: "-d"
diff:
pager: "less"

View File

@ -7,6 +7,9 @@
export EDITOR=nvim
export SUDO_EDITOR=nvim
# pager
export LESS=-R
# wayland
export MOZ_ENABLE_WAYLAND=1
export QT_QPA_PLATFORM=wayland