mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-03-20 03:13:33 +01:00
typo in elseif
This commit is contained in:
parent
52872bc4fb
commit
295cd8207f
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ if ! gpg-connect-agent --quiet /bye > /dev/null 2> /dev/null; then
|
|||
if ssh-add -l > /dev/null 2> /dev/null; then
|
||||
# ssh-agent running, start gpg-agent without ssh support
|
||||
start_agent_nossh;
|
||||
else if [][ "$OSTYPE" = "darwin"* ]; then
|
||||
elif [[ "$OSTYPE" = "darwin"* ]]; then
|
||||
start_agent_nossh
|
||||
else
|
||||
# otherwise start gpg-agent with ssh support
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue