mirror of
https://git.korhonen.cc/FunctionalHacker/dotfiles.git
synced 2024-11-18 21:27:42 +00:00
Use $EDITOR instead of $PAGER for $AUR_PAGER (fixes some issues)
This commit is contained in:
parent
e42ec34bc6
commit
741186b424
@ -53,7 +53,7 @@ export EDITOR=nvim
|
||||
export PAGER="$EDITOR -R +\"lua require 'pager'\""
|
||||
export GIT_PAGER="$EDITOR -R +\"lua require 'pager'\""
|
||||
export PARU_PAGER="$PAGER -c 'set ft=PKGBUILD'"
|
||||
export AUR_PAGER=$PAGER
|
||||
export AUR_PAGER=$EDITOR
|
||||
export MANPAGER="$EDITOR +\"lua require 'pager'\" +Man!"
|
||||
export SYSTEMD_EDITOR=$EDITOR
|
||||
export SYSTEMD_PAGER=less
|
||||
|
Loading…
Reference in New Issue
Block a user