Configure bash

This commit is contained in:
Alexander Hess 2022-08-08 23:08:17 +02:00
commit 47c92124e5
Signed by: alexander
GPG key ID: 344EA5AB10D868E0
8 changed files with 628 additions and 0 deletions

6
.bash_logout Normal file
View file

@ -0,0 +1,6 @@
# Executed by bash when a login shell exits
# Clear the screen to increase privacy
if [ "$SHLVL" = 1 ]; then
[ -x /usr/bin/clear ] && /usr/bin/clear || [ -x /usr/bin/clear_console ] && /usr/bin/clear_console -q
fi