* /etc/zsh/zlogout: execute 'clear', thanks for suggestion
[grml-etc-core.git] / etc / zsh / zlogout
1 # Filename:      zlogout
2 # Purpose:       system-wide .zlogout file for zsh(1)
3 # Authors:       grml-team (grml.org), (c) Michael Prokop <mika@grml.org>
4 # Bug-Reports:   see http://grml.org/bugs/
5 # License:       This file is licensed under the GPL v2.
6 # Latest change: Son Nov 26 10:30:13 CET 2006 [mika]
7 ################################################################################
8
9 # make sure screen is empty on exit
10   clear
11
12 ## END OF FILE #################################################################