Release new version 0.19.7
[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 ################################################################################
7 # Shutdown files (.zlogout and zlogout) are run, when a login shell exits.
8
9 # make sure screen is empty on exit
10 clear
11
12 ## END OF FILE #################################################################
13 # vim:filetype=zsh foldmethod=marker autoindent expandtab shiftwidth=4