Skip to content

Commit

Permalink
.xinitrc: fix ssh-agent options
Browse files Browse the repository at this point in the history
  • Loading branch information
tokiclover committed Aug 9, 2018
1 parent 7663715 commit 3e4f6fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .xinitrc
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ if [ -r "${envfile}" ]; then
export "${line}"
done <"${envfile}"
else
eval export $(gpg-agent --homedir ~/.gnupg --use-standard-socke --daemon --sh)
eval export $(gpg-agent --homedir ~/.gnupg --daemon --sh)
eval export $(ssh-agent -s)
printf "GPG_AGENT_INFO=$GPG_AGENT_INFO\nSSH_AUTH_SOCK=$SSH_AUTH_SOCK\nSSH_AGENT_PID=$SSH_AGENT_PID\n" >"${envfile}"
fi
Expand Down

0 comments on commit 3e4f6fc

Please sign in to comment.