i-bash/examples/startup-files/apple/logout

11 lines
199 B
Text
Raw Normal View History

2000-03-17 21:46:59 +00:00
##
# 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