X-Git-Url: https://git.sev.monster/~sev/dotfiles.git/blobdiff_plain/03bc64c4e89dadccb97ce8d1e22477ab8b7210dc..f520c79a5934091c5676b6384e225e56e580a033:/base/.zlogout diff --git a/base/.zlogout b/base/.zlogout index 249979e..9e0ed3f 100644 --- a/base/.zlogout +++ b/base/.zlogout @@ -1,2 +1,7 @@ echo logout clear + +### load site-specific +if [[ -f ~/.zlogout.local ]] { source ~/.zlogout.local } + +# vim: set et sts=4 sw=4 ts=8 tw=79 :