diff options
author | mail_redacted_for_web | 2022-03-24 09:25:00 +0100 |
---|---|---|
committer | mail_redacted_for_web | 2022-03-24 09:25:00 +0100 |
commit | ed38fa7e33af9162974e940e797d4eb1f11e3d42 (patch) | |
tree | 21e8a532e53e7576c90b24bc8b57ff78800c6634 /.bash/exec.bash | |
parent | 5da59c47bdcdd5f68e1a9429f42ead2e60a5a8dc (diff) | |
download | dotfiles-ed38fa7e33af9162974e940e797d4eb1f11e3d42.tar.bz2 |
gnupg forwarding now working
Diffstat (limited to '.bash/exec.bash')
-rw-r--r-- | .bash/exec.bash | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.bash/exec.bash b/.bash/exec.bash index 316d1c4..a469ccf 100644 --- a/.bash/exec.bash +++ b/.bash/exec.bash @@ -13,6 +13,7 @@ if echo "${SSHAGH[@]}" | grep -F --word-regexp "$(hostname -f)" > /dev/null;then "$HOME/bin/ssh-agent-launcher" -q if ! ps -fp "$(pgrep -d, -x dirmngr)" | grep "^$(whoami)" > /dev/null gpg-connect-agent --dirmngr /bye 2>/dev/null + gpg --list-secret-keys >/dev/null 2>&1 fi fi fi |