prezto/runcoms/zlogout
2017-01-16 10:30:49 +01:00

9 lines
133 B
Bash

# /etc/zsh/zlogout: system-wide .zlogout file for zsh(1).
#
# Print the message.
cat <<-EOF
Thank you. Come again!
-- $USER
EOF
#