mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-23 02:35:38 +01:00
missing +
This commit is contained in:
parent
864e7c277c
commit
8ee2e8930a
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ function {
|
|||
local version_string=$(keychain --version 2>&1)
|
||||
# start keychain, only use --agents for versions below 2.9.0
|
||||
autoload -Uz is-at-least
|
||||
if [[ "$version_string" =~ 'keychain ([0-9]\.[0-9])' ]] && \
|
||||
if [[ "$version_string" =~ 'keychain ([0-9]+\.[0-9]+)' ]] && \
|
||||
is-at-least 2.9 "$match[1]"; then
|
||||
keychain ${^options:-} ${^identities} --host $SHORT_HOST
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue