From: Michael Prokop Date: Sun, 26 Nov 2006 09:33:17 +0000 (+0100) Subject: * /etc/zsh/zlogout: execute 'clear', thanks for suggestion X-Git-Tag: 0.1-38 X-Git-Url: https://git.grml.org/?a=commitdiff_plain;h=refs%2Ftags%2F0.1-38;p=grml-etc-core.git * /etc/zsh/zlogout: execute 'clear', thanks for suggestion to Erich Minderlein and Ulrich Dangel! --- diff --git a/debian/changelog b/debian/changelog index ca82361..c8d6525 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +grml-etc-core (0.1-38) unstable; urgency=low + + * /etc/zsh/zlogout: execute 'clear', thanks for suggestion + to Erich Minderlein and Ulrich Dangel! + + -- Michael Prokop Sun, 26 Nov 2006 10:30:53 +0100 + grml-etc-core (0.1-37) unstable; urgency=low The 'preparation to a zsh workshop improves code quality' release. :) diff --git a/etc/zsh/zlogout b/etc/zsh/zlogout index e8d24bb..f83d29e 100644 --- a/etc/zsh/zlogout +++ b/etc/zsh/zlogout @@ -3,7 +3,10 @@ # Authors: grml-team (grml.org), (c) Michael Prokop # 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] +# Latest change: Son Nov 26 10:30:13 CET 2006 [mika] ################################################################################ -# nothing yet. + +# make sure screen is empty on exit + clear + ## END OF FILE #################################################################