From a188bfa6312dc9bc8ce275060f7ec2ad70cb6b2e Mon Sep 17 00:00:00 2001 From: Jesse Morgan Date: Wed, 7 Nov 2012 19:40:06 -0800 Subject: Initial commit. --- base/bash_logout | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 base/bash_logout (limited to 'base/bash_logout') diff --git a/base/bash_logout b/base/bash_logout new file mode 100644 index 0000000..09df5b1 --- /dev/null +++ b/base/bash_logout @@ -0,0 +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 +fi -- cgit v1.2.3