fix chezmoi diff pager
This commit is contained in:
parent
97ca59fc0c
commit
d42f6224f2
@ -2,3 +2,5 @@ sourceDir: ~/repos/dotfiles
|
||||
merge:
|
||||
command: vim
|
||||
args: "-d"
|
||||
diff:
|
||||
pager: "less"
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user