mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-04-12 21:38:31 +02:00
fish: Remove useless export GPG_TTY=(tty)
This is automatically handled by home-manager's gpg-agent module.
This commit is contained in:
parent
e96bb70ed7
commit
7273b6c3f2
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user