gpodder: removed zsh environment variable
This commit is contained in:
parent
63870c365e
commit
02e4ecc39f
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue