From 1fc934e9c212b32ecc3257130e52d9f557e1e428 Mon Sep 17 00:00:00 2001 From: "martin f. krafft" Date: Thu, 8 May 2008 12:00:18 +0100 Subject: [PATCH] clear the screen on logout --- .zsh/zlogout/99_cls | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .zsh/zlogout/99_cls diff --git a/.zsh/zlogout/99_cls b/.zsh/zlogout/99_cls new file mode 100644 index 0000000..6367838 --- /dev/null +++ b/.zsh/zlogout/99_cls @@ -0,0 +1,13 @@ +# zlogout/99_cls +# +# clear the screen +# +# Copyright © 1994–2008 martin f. krafft +# Released under the terms of the Artistic Licence 2.0 +# +# Source repository: http://git.madduck.net/v/etc/zsh.git +# + +clear + +# vim:ft=zsh -- 2.39.2