From: tfheen Date: Fri, 26 Dec 2003 18:09:25 +0000 (+0000) Subject: initial commit X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=58bd0b85c03c6b30ad3edbbf436facf65315bf08;p=dotfiles initial commit git-svn-id: file:///svn/tfheen/trunk/dotfiles@245 8da78d58-1cd3-0310-bee5-d77bd1b3e8bf --- 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