From: tfheen Date: Fri, 26 Dec 2003 18:08:15 +0000 (+0000) Subject: bash_logout, initial commit X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=65501dc620a2c824a921cc84f01b82be163742bb;p=dotfiles bash_logout, initial commit git-svn-id: file:///svn/tfheen/trunk/dotfiles@244 8da78d58-1cd3-0310-bee5-d77bd1b3e8bf --- diff --git a/bash_logout b/bash_logout new file mode 100644 index 0000000..8ce2384 --- /dev/null +++ b/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 + +case "`tty`" in + /dev/tty[0-9]) clear +esac