i-bash/examples/startup-files/apple/logout
2009-09-12 16:46:53 +00:00

10 lines
199 B
Text

##
# Destroy credentials
##
if [ -z "${TERM_PROGRAM}" ]; then
# Don't run these commands if the shell is launched by Terminal,
# even if it's a login shell.
if klist -s; then kdestroy; fi
fi