gpodder: removed zsh environment variable

This commit is contained in:
Serĉanto de Scio 2021-08-07 16:30:30 +10:00
parent 63870c365e
commit 02e4ecc39f
Signed by: sercanto
GPG key ID: 7DBA9F5689EFB6AA

View file

@ -13,7 +13,6 @@
eval "$(direnv hook zsh)" eval "$(direnv hook zsh)"
test -r ~/.dir_colors && eval $(dircolors ~/.dir_colors) test -r ~/.dir_colors && eval $(dircolors ~/.dir_colors)
export GPG_TTY="$(tty)" export GPG_TTY="$(tty)"
export GPODDER_HOME=~/.gPodder
export SSH_AUTH_SOCK=$(gpgconf --list-dirs agent-ssh-socket) export SSH_AUTH_SOCK=$(gpgconf --list-dirs agent-ssh-socket)
gpgconf --launch gpg-agent gpgconf --launch gpg-agent
if type rg &> /dev/null; then if type rg &> /dev/null; then