From 903a3e9daa110944a9edc37a5952b4a9ff630b39 Mon Sep 17 00:00:00 2001 From: matthewhembree <47449406+matthewhembree@users.noreply.github.com> Date: Thu, 28 Nov 2019 15:37:37 -0600 Subject: [PATCH] keychain: pass host as argument to keychain (#8436) --- plugins/keychain/keychain.plugin.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/keychain/keychain.plugin.zsh b/plugins/keychain/keychain.plugin.zsh index af34793e7..def97d8d1 100644 --- a/plugins/keychain/keychain.plugin.zsh +++ b/plugins/keychain/keychain.plugin.zsh @@ -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"