diff options
author | mail_redacted_for_web | 2022-03-23 12:27:20 +0100 |
---|---|---|
committer | mail_redacted_for_web | 2022-03-23 12:27:20 +0100 |
commit | 6f32229e873607ab2976e85dc4e09a6fecb3b6ea (patch) | |
tree | 2489ffcfa14d21f283ad8ea5d7f8c5c336afff7b /.bash | |
parent | d20ca3164f6dafa059fb6bfe19eb83653c798eb5 (diff) | |
download | dotfiles-6f32229e873607ab2976e85dc4e09a6fecb3b6ea.tar.bz2 |
adding gpg-connect-agent to ssh agent machines
Diffstat (limited to '.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 962f77a..63e2670 100644 --- a/.bash/exec.bash +++ b/.bash/exec.bash @@ -9,6 +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 fi # because on some hosts the login path is fucked, unset in .local |