Add repo maintenance alias and AUR_PAGER in env

This commit is contained in:
Marko Korhonen 2020-12-20 15:34:07 +02:00
parent f0a539efab
commit 996436c1cd
2 changed files with 4 additions and 1 deletions

View file

@ -33,6 +33,7 @@ export DOTREPO="$HOME/git/dotfiles"
# nvim ftw!
export EDITOR=nvim
export PAGER="nvimpager -p"
export AUR_PAGER=$PAGER
# Use GPG for SSH authentication
export GPG_TTY="$(tty)"