Skip to content

Commit

Permalink
Add .bash_logout
Browse files Browse the repository at this point in the history
  • Loading branch information
leto committed Feb 20, 2013
1 parent dda917b commit 88c0f24
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions 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

0 comments on commit 88c0f24

Please sign in to comment.