X-Git-Url: https://git.sev.monster/~sev/dotfiles.git/blobdiff_plain/03bc64c4e89dadccb97ce8d1e22477ab8b7210dc..8eb81f95a10b12c52faa4fcdeb1e4941f02e3050:/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 :