]> err.no Git - dotfiles/commitdiff
bash_logout, initial commit
authortfheen <tfheen@8da78d58-1cd3-0310-bee5-d77bd1b3e8bf>
Fri, 26 Dec 2003 18:08:15 +0000 (18:08 +0000)
committertfheen <tfheen@8da78d58-1cd3-0310-bee5-d77bd1b3e8bf>
Fri, 26 Dec 2003 18:08:15 +0000 (18:08 +0000)
git-svn-id: file:///svn/tfheen/trunk/dotfiles@244 8da78d58-1cd3-0310-bee5-d77bd1b3e8bf

bash_logout [new file with mode: 0644]

diff --git a/bash_logout b/bash_logout
new file mode 100644 (file)
index 0000000..8ce2384
--- /dev/null
@@ -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