commit 674305d82e091bd17083f3bc35c46543b8ec5e90 parent f62e33c5d79ced608245f31e0c2f0bbfa77f6b6e Author: Chris Bracken <chris@bracken.jp> Date: Fri, 12 Jul 2013 01:21:09 -0700 Eliminated manual startup of gpg-agent Diffstat:
M | .profile | | | 8 | -------- |
1 file changed, 0 insertions(+), 8 deletions(-)
diff --git a/.profile b/.profile @@ -18,14 +18,6 @@ if [ -n "$BASH_VERSION" ]; then fi fi -# start gpg-agent -if [ -f "$HOME/.gpg-agent-info" ] && kill -0 `cut -d: -f 2 "$HOME/.gpg-agent-info"` 2>/dev/null; then - . "$HOME/.gpg-agent-info" - export GPG_AGENT_INFO -elif [ -x /opt/local/bin/gpg-agent ]; then - eval $(/opt/local/bin/gpg-agent --daemon --write-env-file "$HOME/.gpg-agent-info") -fi - # login message if [ -x /usr/games/fortune ]; then /usr/games/fortune