fish: Remove useless export GPG_TTY=(tty)

This is automatically handled by home-manager's gpg-agent module.
This commit is contained in:
Donovan Glover 2024-05-19 23:23:24 -04:00
parent e96bb70ed7
commit 7273b6c3f2
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -8,8 +8,6 @@
export PATH="$HOME/.local/bin:$PATH"
export SSH_AUTH_SOCK="$XDG_RUNTIME_DIR/ssh-agent.socket"
export GPG_TTY=(tty)
set -x -U LESS_TERMCAP_md (printf "\e[01;31m")
set -x -U LESS_TERMCAP_me (printf "\e[0m")
set -x -U LESS_TERMCAP_se (printf "\e[0m")