Tracks shell configs (zsh/bash), vim, tmux, irssi, fonts, themes, and ~/.local/bin scripts. Sensitive files (.ssh, .gnupg, history, credentials) and large app data are excluded via .gitignore.
15 lines
186 B
Plaintext
15 lines
186 B
Plaintext
#
|
|
# Executes commands at logout.
|
|
#
|
|
# Authors:
|
|
# Sorin Ionescu <sorin.ionescu@gmail.com>
|
|
#
|
|
|
|
# Print the message.
|
|
cat <<-EOF
|
|
|
|
Thank you. Come again!
|
|
-- Dr. Apu Nahasapeemapetilon
|
|
EOF
|
|
|