aboutsummaryrefslogtreecommitdiff
path: root/n35-skeleton/root/.bash_logout
blob: 77ef1f95089d7fc6e13ae2cbece8e4dee7f07e1e (plain)
1
2
3
4
5
6
7
# ~/.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