]> git.ipfire.org Git - thirdparty/bash.git/blame - examples/startup-files/apple/logout
Bash-4.2 patch 45
[thirdparty/bash.git] / examples / startup-files / apple / logout
CommitLineData
bb70624e
JA
1##
2# Destroy credentials
3##
4
5if [ -z "${TERM_PROGRAM}" ]; then
6 # Don't run these commands if the shell is launched by Terminal,
7 # even if it's a login shell.
8
9 if klist -s; then kdestroy; fi
10fi