]> arthur.barton.de Git - ConfigScripts.git/blobdiff - user/bash_logout
Update copyright notice and file information text
[ConfigScripts.git] / user / bash_logout
index a9766fd512869ea669192c1161f1c2cbaa12839d..ce8846a173bdfd95d712c03684017cbd018ef6b9 100644 (file)
@@ -1,13 +1,10 @@
 #
-# ~/.bash_logout
-#
-# 2008-08-07, alex@barton.de
-#  - Show message of "ssh-agent -k"
-#  - Clear screen if last shell on local console.
-# 2003-07-13, alex@barton.de
-#  - Initial version.
+# ~/.bash_logout: executed by bash(1) on logout
+# Written 2003-2009 by Alexander Barton (alex@barton.de)
 #
 
+[ -e /tmp/ConfigDebug.$USER ] && echo " >> ~/.bash_logout ..."
+
 # clean up SSH agents
 [ $SSH_AGENT_PID ] && eval `ssh-agent -k`