mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-11 00:10:08 +00:00
Typo
This commit is contained in:
parent
711e96b1a2
commit
64fc125eba
1 changed files with 1 additions and 1 deletions
|
@ -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 sources settings
|
||||
# check again if another agent is running using the newly sourced 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
|
||||
|
|
Loading…
Reference in a new issue