Skip to content
Snippets Groups Projects
Commit 3b30d7f9 authored by Filip Lux's avatar Filip Lux
Browse files

Delete .bash_logout

parent cd01c32c
No related branches found
No related tags found
No related merge requests found
# ~/.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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment