Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Ohmyzsh
Commits
903a3e9d
Commit
903a3e9d
authored
Nov 28, 2019
by
matthewhembree
Committed by
Marc Cornellà
Nov 28, 2019
Browse files
keychain: pass host as argument to keychain (#8436)
parent
16154453
Changes
1
Show whitespace changes
Inline
Side-by-side
plugins/keychain/keychain.plugin.zsh
View file @
903a3e9d
...
...
@@ -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"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment