diff --git a/home/gpg/default.nix b/home/gpg/default.nix index d48c200..7eadf48 100644 --- a/home/gpg/default.nix +++ b/home/gpg/default.nix @@ -27,5 +27,10 @@ in allow-loopback-pinentry ''; }; + + home.shellAliases = { + # Sometime `gpg-agent` errors out... + reset-agent = "gpg-connect-agent updatestartuptty /bye"; + }; }; } diff --git a/home/zsh/default.nix b/home/zsh/default.nix index 4760d39..5bf9c34 100644 --- a/home/zsh/default.nix +++ b/home/zsh/default.nix @@ -99,9 +99,6 @@ in # Well-known ls aliases l = "ls -alh"; ll = "ls -l"; - - # Sometime `gpg-agent` errors out... - reset-agent = "gpg-connect-agent updatestartuptty /bye"; }; # Enable VTE integration