summaryrefslogtreecommitdiff
path: root/.bash_logout
blob: e58b0f86af05e1d34f3af0386a9610c3e00f39df (plain)
1
2
3
4
5
# when leaving the console clear the screen to increase privacy

if [ "$SHLVL" = 1 ]; then
    [ -x /usr/bin/clear_console ] && /usr/bin/clear_console -q
fi