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
Oh My Zsh
Commits
64fc125e
Commit
64fc125e
authored
Jun 23, 2013
by
Olaf Conradi
Browse files
Typo
parent
711e96b1
Changes
1
Hide whitespace changes
Inline
Side-by-side
plugins/gpg-agent/gpg-agent.plugin.zsh
View file @
64fc125e
...
...
@@ -21,7 +21,7 @@ if ! gpg-connect-agent --quiet /bye > /dev/null 2> /dev/null; then
.
${
GPG_ENV
}
>
/dev/null
fi
# check again if another agent is running using the newly source
s
settings
# check again if another agent is running using the newly source
d
settings
if
!
gpg-connect-agent
--quiet
/bye
>
/dev/null 2> /dev/null
;
then
# check for existing ssh-agent
if
ssh-add
-l
>
/dev/null 2> /dev/null
;
then
...
...
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