#
#
# /etc/zlogout and ~/.zlogout are run when an interactive session ends
#
#

if command -v clear > /dev/null; then
    clear
fi