aboutsummaryrefslogtreecommitdiffstats
path: root/_zlogout
blob: d6f7e3a044b016a7b350ac84198b97bbdfeccb3f (plain)
1
2
3
4
5
6
7
8
9
10
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: #