diff options
author | mail_redacted_for_web | 2022-03-23 12:33:00 +0100 |
---|---|---|
committer | mail_redacted_for_web | 2022-03-23 12:33:00 +0100 |
commit | 8c824b06253b3777e663d6b82b72128c5aff0a22 (patch) | |
tree | c5ee97624f413244a32f683b35fae0c8385a8e1e | |
parent | 6f32229e873607ab2976e85dc4e09a6fecb3b6ea (diff) | |
download | dotfiles-8c824b06253b3777e663d6b82b72128c5aff0a22.tar.bz2 |
launch dirmngr
-rw-r--r-- | .bash/exec.bash | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.bash/exec.bash b/.bash/exec.bash index 63e2670..e8fdb9d 100644 --- a/.bash/exec.bash +++ b/.bash/exec.bash @@ -9,7 +9,7 @@ set bell-style visible # (unless we specified -f, which we don't). if echo "${SSHAGH[@]}" | fgrep --word-regexp "$(hostname -f)" > /dev/null;then "$HOME/bin/ssh-agent-launcher" -q - gpg-connect-agent /bye + gpg-connect-agent --dirmngr /bye fi # because on some hosts the login path is fucked, unset in .local |