2023-05-12 16:55:54 +00:00
|
|
|
# ~/.bash_logout: executed by bash(1) when login shell exits.
|
|
|
|
|
|
|
|
# when leaving the console clear the screen to increase privacy
|
|
|
|
if [ "$SHLVL" = 1 ]; then
|
2024-08-17 03:07:10 +00:00
|
|
|
command -v clear_console && clear_console -q
|
2023-05-12 16:55:54 +00:00
|
|
|
fi
|