]> git.donarmstrong.com Git - zsh.git/blobdiff - .zsh/zlogout/99_cls
clear the screen on logout
[zsh.git] / .zsh / zlogout / 99_cls
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