1
0

Remove .bash-logout

This commit is contained in:
2026-01-03 16:07:51 +01:00
parent 3246434f77
commit edbe4725d0

View File

@@ -1,7 +0,0 @@
# ~/.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