home: move gpg-specific alias to 'gpg'
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Bruno BELANYI 2023-03-24 11:18:08 +00:00
parent ad0c99c6f0
commit ddc296138c
2 changed files with 5 additions and 3 deletions

View File

@ -27,5 +27,10 @@ in
allow-loopback-pinentry
'';
};
home.shellAliases = {
# Sometime `gpg-agent` errors out...
reset-agent = "gpg-connect-agent updatestartuptty /bye";
};
};
}

View File

@ -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