2020-11-21 08:55:51 -08:00
|
|
|
# ~/.bash_logout: executed by bash(1) when login shell exits.
|
2020-11-13 10:25:04 -08:00
|
|
|
|
|
|
|
# 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
|