home: zsh: add 'reset-agent' alias

This commit is contained in:
Bruno BELANYI 2021-03-30 21:33:42 +00:00
parent 859135880e
commit 7cacca9baf

View file

@ -60,6 +60,11 @@ in
# I don't like moving my eyes
AGKOZAK_LEFT_PROMPT_ONLY = 1;
};
shellAliases = {
# Sometime `gpg-agent` errors out...
reset-agent = "gpg-connect-agent updatestartuptty /bye";
};
};
# Fuzzy-wuzzy