summaryrefslogtreecommitdiff
path: root/.zsh
diff options
context:
space:
mode:
Diffstat (limited to '.zsh')
-rw-r--r--.zsh/zlogout/99_cls12
1 files changed, 12 insertions, 0 deletions
diff --git a/.zsh/zlogout/99_cls b/.zsh/zlogout/99_cls
new file mode 100644
index 0000000..087ed16
--- /dev/null
+++ b/.zsh/zlogout/99_cls
@@ -0,0 +1,12 @@
+# logout/99_cls
+#
+# clear the screen on exit
+#
+# Copyright © 2010 Tobias Klauser <tklauser@distanz.ch>
+#
+# Source repository: git://git.distanz.ch/dotfiles/zsh.git
+#
+# Based on the zsh setup by martin f. krafft which can be found at:
+# git://git.madduck.net/etc/zsh.git
+
+clear