Release new version 0.19.7
[grml-etc-core.git] / etc / zsh / zlogout
index f83d29e..f38c825 100644 (file)
@@ -3,10 +3,11 @@
 # Authors:       grml-team (grml.org), (c) Michael Prokop <mika@grml.org>
 # Bug-Reports:   see http://grml.org/bugs/
 # License:       This file is licensed under the GPL v2.
-# Latest change: Son Nov 26 10:30:13 CET 2006 [mika]
 ################################################################################
+# Shutdown files (.zlogout and zlogout) are run, when a login shell exits.
 
 # make sure screen is empty on exit
-  clear
+clear
 
 ## END OF FILE #################################################################
+# vim:filetype=zsh foldmethod=marker autoindent expandtab shiftwidth=4