aboutsummaryrefslogtreecommitdiffstats
path: root/_zlogout
diff options
context:
space:
mode:
authorAaron LI <aaronly.me@gmail.com>2016-01-27 16:10:41 +0800
committerAaron LI <aaronly.me@gmail.com>2016-01-27 16:10:41 +0800
commitae3aa8ecfa10c6e1b044067e9751d9454d8544df (patch)
tree41a000fd5405a3b3409826e2551dfd0e617913c8 /_zlogout
parent68ce5e65b657a4cdaa89458b12e56cc1a5ee5899 (diff)
downloaddotfiles-ae3aa8ecfa10c6e1b044067e9751d9454d8544df.tar.bz2
Update (ZSH) shell configuration files.
Diffstat (limited to '_zlogout')
-rw-r--r--_zlogout11
1 files changed, 11 insertions, 0 deletions
diff --git a/_zlogout b/_zlogout
new file mode 100644
index 0000000..d6f7e3a
--- /dev/null
+++ b/_zlogout
@@ -0,0 +1,11 @@
+#
+# ~/.zlogout
+# executed when a login zsh shell exits
+#
+
+# clear console
+if which tput >/dev/null 2>&1; then
+ tput clear
+fi
+
+# vim: set ts=8 sw=4 tw=0 fenc=utf-8 ft=zsh: #