mirror of
https://git.korhonen.cc/FunctionalHacker/dotfiles.git
synced 2024-11-18 21:27:42 +00:00
Use less as SYSTEMD_PAGER
This commit is contained in:
parent
17d4810805
commit
ff676407f0
@ -56,6 +56,7 @@ export PARU_PAGER="$PAGER -c 'set ft=PKGBUILD'"
|
|||||||
export AUR_PAGER=$PAGER
|
export AUR_PAGER=$PAGER
|
||||||
export MANPAGER="$EDITOR +\"lua require 'pager'\" +Man!"
|
export MANPAGER="$EDITOR +\"lua require 'pager'\" +Man!"
|
||||||
export SYSTEMD_EDITOR=$EDITOR
|
export SYSTEMD_EDITOR=$EDITOR
|
||||||
|
export SYSTEMD_PAGER=less
|
||||||
|
|
||||||
# Use GPG for SSH authentication
|
# Use GPG for SSH authentication
|
||||||
export GPG_TTY="$(tty)"
|
export GPG_TTY="$(tty)"
|
||||||
|
Loading…
Reference in New Issue
Block a user