From ae3aa8ecfa10c6e1b044067e9751d9454d8544df Mon Sep 17 00:00:00 2001 From: Aaron LI Date: Wed, 27 Jan 2016 16:10:41 +0800 Subject: Update (ZSH) shell configuration files. --- _zlogout | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 _zlogout (limited to '_zlogout') 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: # -- cgit v1.2.2