improved documentation about startup of zsh; added function ytdl; work around non...
[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: Sam Feb 24 19:06:14 CET 2007 [mika]
7 ################################################################################
8 # Shutdown files (.zlogout and zlogout) are run, when a login shell exits.
9
10 # make sure screen is empty on exit
11   clear
12
13 ## END OF FILE #################################################################