blob: 77ef1f95089d7fc6e13ae2cbece8e4dee7f07e1e [file] [log] [blame]
# ~/.bash_logout: executed by bash(1) when login shell exits.
# when leaving the console clear the screen to increase privacy
case "`tty`" in
/dev/tty[0-9]*) clear
esac