# Filename: $ZDOTDIR/.zlogout # Purpose: logout-file for zsh (z shell) # Authors: Dennis Eriksen # Bug-Reports: Email # License: This file is licensed under the BSD-3-Clause license. ################################################################################ # Shutdown files (.zlogout and zlogout) are run, when a login shell exits. # # Global Order: zshenv, zprofile, zshrc, zlogin, zlogout # Specific order: /etc/zshenv, $ZDOTDIR/.zshenv, /etc/zprofile, # $ZDOTDIR/.zprofile, /etc/zshrc, $ZDOTDIR/.zshrc, /etc/zlogin, # $ZDOTDIR/.zlogin, $ZDOTDIR/.zlogout, /etc/zlogout ################################################################################ # from the grml /etc/zsh/zlogout-file # make sure screen is empty on exit clear ## END OF FILE #################################################################