mirror of
https://git.korhonen.cc/FunctionalHacker/dotfiles.git
synced 2024-11-18 21:27:42 +00:00
Fixes to PAGER
This commit is contained in:
parent
d7290836f3
commit
ef7a36920f
@ -49,9 +49,10 @@ export DOTREPO="$HOME/git/dotfiles"
|
||||
|
||||
# nvim ftw!
|
||||
export EDITOR=nvim
|
||||
export PAGER="sed 's/\x1b\[[0-9;]*m//g' | nvim -R"
|
||||
export PAGER="nvim -R"
|
||||
export PARU_PAGER="$PAGER -c 'set ft=PKGBUILD'"
|
||||
export AUR_PAGER=$PAGER
|
||||
export MANPAGER="nvim -c 'set ft=man' -R"
|
||||
export MANPAGER="nvim +Man!"
|
||||
|
||||
# Use GPG for SSH authentication
|
||||
export GPG_TTY="$(tty)"
|
||||
|
Loading…
Reference in New Issue
Block a user