Skip to content

Commit

Permalink
Have keychain start gpg-agent.
Browse files Browse the repository at this point in the history
  • Loading branch information
mfs committed Jan 31, 2015
1 parent 3fb9d2a commit 788745b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bashrc
Expand Up @@ -195,7 +195,7 @@ shopt -s checkwinsize
source /usr/share/git/git-prompt.sh
set_prompt

eval $( keychain --quiet --agents ssh --eval id_rsa )
eval $( keychain --quiet --agents gpg,ssh --eval id_rsa )

DIST=$( distro )
[[ $DIST != "Arch" ]] && unset -f aur
Expand Down

0 comments on commit 788745b

Please sign in to comment.