From 872efe6618bd1372e335faf5be453f520e347456 Mon Sep 17 00:00:00 2001 From: Kabbone Date: Fri, 23 Dec 2022 15:49:23 +0100 Subject: [PATCH] unset gpg-agent sock --- modules/shell/zsh.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/modules/shell/zsh.nix b/modules/shell/zsh.nix index fd1c6da..a47ef0e 100644 --- a/modules/shell/zsh.nix +++ b/modules/shell/zsh.nix @@ -27,10 +27,10 @@ ''; initExtra = '' # Zsh theme - export GPG_TTY=$(tty) - gpg-connect-agent updatestartuptty /bye >/dev/null - unset SSH_AGENT_PID - export SSH_AUTH_SOCK="/run/user/$UID/gnupg/S.gpg-agent.ssh" + #export GPG_TTY=$(tty) + #gpg-connect-agent updatestartuptty /bye >/dev/null + #unset SSH_AGENT_PID + #export SSH_AUTH_SOCK="/run/user/$UID/gnupg/S.gpg-agent.ssh" # Spaceship source ${pkgs.spaceship-prompt}/share/zsh/site-functions/prompt_spaceship_setup autoload -U promptinit; promptinit