mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-11 00:10:08 +00:00
keychain: pass host as argument to keychain (#8436)
This commit is contained in:
parent
16154453ea
commit
903a3e9daa
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue