diff options
Diffstat (limited to '.bash')
-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 |