annotate .bash_logout @ 8:aa5e55aa62ef

Moved specific section to top of .bash_aliases, so other bits can be set based on it. Then changed the sshfs mounts to add a ",volname=<foo>" on Macs (cleaner mounts on the desktop).
author huston@80426f53-59d1-405d-934b-f07cd76f4a1a
date Fri, 17 Apr 2009 04:02:24 +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