Browse Source

Add .bash_logout

master
Jonathan "Duke" Leto 11 years ago
parent
commit
88c0f2474a
  1. 7
      config/.bash_logout

7
config/.bash_logout

@ -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…
Cancel
Save