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