This website requires JavaScript.
Explore
Help
Register
Sign In
hjp
/
dot
Watch
1
Star
0
Fork
You've already forked dot
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
46c3a4353b
dot
/
.zlogout
5 lines
61 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Kill SSH agent on logout
2001-12-10 12:56:24 +01:00
if [ -n "$SSH_AGENT_PID" ]
Put .zdot-Files under CVS to make maintenance across machines easier.
1995-06-02 12:48:24 +02:00
then
Kill SSH agent on logout
2001-12-10 12:56:24 +01:00
kill "$SSH_AGENT_PID"
Put .zdot-Files under CVS to make maintenance across machines easier.
1995-06-02 12:48:24 +02:00
fi