4 lines
175 B
Bash
4 lines
175 B
Bash
# ~/.zlogout: Executed when a LOGIN shell exits.
|
|
# Use for cleanup tasks: resetting terminal titles, stopping agents, or clearing temp files.
|
|
[[ -o interactive ]] && reset
|