summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <derf@derf.homelinux.org>2009-03-20 23:33:21 +0100
committerDaniel Friesel <derf@derf.homelinux.org>2009-03-20 23:33:21 +0100
commitbd8b3f21608a057df4992fc54f621b60cfb98032 (patch)
tree3a71c96e0b6d37d59b1caf40d4ec4c8d8dab077e
parent3aa5efb9ed1f887415efbf1a73a16e8a10012e8b (diff)
clear screen when exiting a login-shell
-rw-r--r--etc/logout2
-rw-r--r--links1
2 files changed, 3 insertions, 0 deletions
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