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
11