From: martin f. krafft Date: Thu, 8 May 2008 11:00:18 +0000 (+0100) Subject: clear the screen on logout X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=1fc934e9c212b32ecc3257130e52d9f557e1e428;p=zsh.git clear the screen on logout --- 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