mirror of
https://mau.dev/andreijiroh-dev/dotfiles.git
synced 2025-05-14 09:33:08 +00:00
chore(global): regular configuration hellscape for now
Signed-off-by: Andrei Jiroh Halili <ajhalili2006@andreijiroh.eu.org>
This commit is contained in:
parent
2667c38f2d
commit
01c95345a3
9 changed files with 110 additions and 5 deletions
7
.bash_logout
Normal file
7
.bash_logout
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue