From bd8b3f21608a057df4992fc54f621b60cfb98032 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Fri, 20 Mar 2009 23:33:21 +0100 Subject: clear screen when exiting a login-shell --- etc/logout | 2 ++ links | 1 + 2 files changed, 3 insertions(+) create mode 100644 etc/logout diff --git a/etc/logout b/etc/logout new file mode 100644 index 0000000..8dbb030 --- /dev/null +++ b/etc/logout @@ -0,0 +1,2 @@ +## vim:ft=zsh +clear diff --git a/links b/links index 0a59ce5..18ca25a 100644 --- a/links +++ b/links @@ -1,4 +1,5 @@ soft .zshrc $etc/rc soft .zprofile $etc/profile soft .zlogin $etc/login +soft .zlogout $etc/logout soft .zshenv $etc/env -- cgit v1.2.3