From 7273b6c3f20404a7948ddb93bb0e6539c103fcaf Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Sun, 19 May 2024 23:23:24 -0400 Subject: [PATCH] fish: Remove useless export GPG_TTY=(tty) This is automatically handled by home-manager's gpg-agent module. --- home/fish.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/home/fish.nix b/home/fish.nix index 2811d70f..d31b2629 100644 --- a/home/fish.nix +++ b/home/fish.nix @@ -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")