mirror of
https://github.com/robbyrussell/oh-my-zsh.git
synced 2025-12-06 15:30:40 +01:00
keychain: pass host as argument to keychain (#8436)
This commit is contained in:
committed by
Marc Cornellà
parent
16154453ea
commit
903a3e9daa
@@ -15,7 +15,7 @@ function _start_agent() {
|
|||||||
zstyle -a :omz:plugins:keychain options options
|
zstyle -a :omz:plugins:keychain options options
|
||||||
|
|
||||||
# start keychain...
|
# 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
|
# Get the filenames to store/lookup the environment from
|
||||||
_keychain_env_sh="$HOME/.keychain/$SHORT_HOST-sh"
|
_keychain_env_sh="$HOME/.keychain/$SHORT_HOST-sh"
|
||||||
|
|||||||
Reference in New Issue
Block a user