]> git.donarmstrong.com Git - zsh.git/commitdiff
clear the screen on logout
authormartin f. krafft <madduck@madduck.net>
Thu, 8 May 2008 11:00:18 +0000 (12:00 +0100)
committermartin f. krafft <madduck@madduck.net>
Thu, 8 May 2008 11:01:29 +0000 (12:01 +0100)
.zsh/zlogout/99_cls [new file with mode: 0644]

diff --git a/.zsh/zlogout/99_cls b/.zsh/zlogout/99_cls
new file mode 100644 (file)
index 0000000..6367838
--- /dev/null
@@ -0,0 +1,13 @@
+# zlogout/99_cls
+#
+# clear the screen
+#
+# Copyright © 1994–2008 martin f. krafft <madduck@madduck.net>
+# Released under the terms of the Artistic Licence 2.0
+#
+# Source repository: http://git.madduck.net/v/etc/zsh.git
+#
+
+clear
+
+# vim:ft=zsh