chore(global): regular configuration hellscape for now

Signed-off-by: Andrei Jiroh Halili <ajhalili2006@andreijiroh.eu.org>
This commit is contained in:
Andrei Jiroh Halili 2023-05-12 18:55:54 +02:00
parent 2667c38f2d
commit 01c95345a3
No known key found for this signature in database
GPG key ID: 67BFC91B3DA12BE8
9 changed files with 110 additions and 5 deletions

7
.bash_logout Normal file
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