Add repo maintenance alias and AUR_PAGER in env
This commit is contained in:
parent
f0a539efab
commit
996436c1cd
2 changed files with 4 additions and 1 deletions
|
@ -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)"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue