From 65501dc620a2c824a921cc84f01b82be163742bb Mon Sep 17 00:00:00 2001 From: tfheen Date: Fri, 26 Dec 2003 18:08:15 +0000 Subject: [PATCH] bash_logout, initial commit git-svn-id: file:///svn/tfheen/trunk/dotfiles@244 8da78d58-1cd3-0310-bee5-d77bd1b3e8bf --- bash_logout | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 bash_logout 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 -- 2.39.5