From 58bd0b85c03c6b30ad3edbbf436facf65315bf08 Mon Sep 17 00:00:00 2001 From: tfheen Date: Fri, 26 Dec 2003 18:09:25 +0000 Subject: [PATCH] initial commit git-svn-id: file:///svn/tfheen/trunk/dotfiles@245 8da78d58-1cd3-0310-bee5-d77bd1b3e8bf --- zlogout | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 zlogout diff --git a/zlogout b/zlogout new file mode 100644 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 -- 2.39.5