X-Git-Url: https://git.sev.monster/~sev/dotfiles.git/blobdiff_plain/d9362f346f3609007060bdec8ab6691a5537b0ad..f72da5009162eef7aa54c2e06c69bc20880d2f8d:/base/.zlogout?ds=sidebyside 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 :