fix chezmoi diff pager
This commit is contained in:
@@ -2,3 +2,5 @@ sourceDir: ~/repos/dotfiles
|
|||||||
merge:
|
merge:
|
||||||
command: vim
|
command: vim
|
||||||
args: "-d"
|
args: "-d"
|
||||||
|
diff:
|
||||||
|
pager: "less"
|
||||||
|
@@ -7,6 +7,9 @@
|
|||||||
export EDITOR=nvim
|
export EDITOR=nvim
|
||||||
export SUDO_EDITOR=nvim
|
export SUDO_EDITOR=nvim
|
||||||
|
|
||||||
|
# pager
|
||||||
|
export LESS=-R
|
||||||
|
|
||||||
# wayland
|
# wayland
|
||||||
export MOZ_ENABLE_WAYLAND=1
|
export MOZ_ENABLE_WAYLAND=1
|
||||||
export QT_QPA_PLATFORM=wayland
|
export QT_QPA_PLATFORM=wayland
|
||||||
|
Reference in New Issue
Block a user