Added gitignore entries needed to ignore derived objects generated from full build...
[bash.git] / examples / startup-files / apple / logout
blob812731c63d2648c9be2fb85f747b63c939de2f1f
1 ##
2 # Destroy credentials
3 ##
5 if [ -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.
9   if klist -s; then kdestroy; fi