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

zlogout [new file with mode: 0644]

diff --git a/zlogout b/zlogout
new file mode 100644 (file)
index 0000000..936584c
--- /dev/null
+++ b/zlogout
@@ -0,0 +1,7 @@
+# ~/.zlogout: executed by zsh(1) when login shell exits.
+
+# when leaving the console clear the screen to increase privacy
+
+case "`tty`" in
+    /dev/tty[0-9]) clear
+esac