chore(global): do some quick stash apply after a rebase against main branch

Signed-off-by: Andrei Jiroh Halili <ajhalili2006@andreijiroh.xyz>
This commit is contained in:
Andrei Jiroh Halili 2024-08-17 11:07:10 +08:00
parent 2ae4ca415e
commit 7197da69d7
No known key found for this signature in database
GPG key ID: 67BFC91B3DA12BE8
3 changed files with 12 additions and 13 deletions

View file

@ -1,7 +1,6 @@
# ~/.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
command -v clear_console && clear_console -q
fi