From c31db6c8f535ac1c3ce64f69cbd6b39fa21d0f55 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Sun, 26 Nov 2006 10:33:17 +0100 Subject: [PATCH] * /etc/zsh/zlogout: execute 'clear', thanks for suggestion to Erich Minderlein and Ulrich Dangel! --- debian/changelog | 7 +++++++ etc/zsh/zlogout | 7 +++++-- 2 files changed, 12 insertions(+), 2 deletions(-) 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 ################################################################# -- 2.1.4