keychain: pass host as argument to keychain (#8436)

This commit is contained in:
matthewhembree 2019-11-28 15:37:37 -06:00 committed by Marc Cornellà
parent 16154453ea
commit 903a3e9daa
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ function _start_agent() {
zstyle -a :omz:plugins:keychain options options
# start keychain...
keychain ${^options:-} --agents ${agents:-gpg} ${^identities}
keychain ${^options:-} --agents ${agents:-gpg} ${^identities} --host $SHORT_HOST
# Get the filenames to store/lookup the environment from
_keychain_env_sh="$HOME/.keychain/$SHORT_HOST-sh"