annotate .bash_logout @ 11:0f5a560c00d4

Changed check time to one month, and made it backgrounded. These things don't change as much anymore, and I don't mind if it's done in the background. I may even entertain thoughts of making it *do* the checkout instead of just reporting there's a new version, since I think I can have ways around any problem that might come up because of that (should test that first though)
author huston@80426f53-59d1-405d-934b-f07cd76f4a1a
date Thu, 16 Jul 2009 21:06:15 +0000
parents c78481cfb082
children f65964738bab
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
c78481cfb082 Initial checkin:
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents:
diff changeset
1 #if [ "$SSH_AGENT_PID" -a "$SHLVL" = "1" ] ; then
c78481cfb082 Initial checkin:
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents:
diff changeset
2 # eval `/usr/bin/ssh-agent -k`
c78481cfb082 Initial checkin:
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents:
diff changeset
3 #fi