Support systemd-style output via lsb-functions
[grml-etc-core.git] / etc / zsh / zlogout
index e8d24bb..f38c825 100644 (file)
@@ -3,7 +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: Die Nov 16 13:25:11 CET 2004 [mika]
 ################################################################################
-# nothing yet.
+# Shutdown files (.zlogout and zlogout) are run, when a login shell exits.
+
+# make sure screen is empty on exit
+clear
+
 ## END OF FILE #################################################################
+# vim:filetype=zsh foldmethod=marker autoindent expandtab shiftwidth=4