Adjust support-files.

This commit is contained in:
root
2018-04-11 17:55:30 +02:00
parent 23da80d325
commit f7b234f4bd
8 changed files with 223 additions and 28 deletions

View File

@@ -0,0 +1,7 @@
# ~/.bash_logout: executed by bash(1) when login shell exits.
# 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