X-Git-Url: https://git.distorted.org.uk/~mdw/profile/blobdiff_plain/9906310798d936a6cacd0ec5a2d3b607e911c423..e6a7e588f9a3abdcdb6cb031dc56ca7795814c50:/dot/bash_logout diff --git a/dot/bash_logout b/dot/bash_logout index 9e67a16..25baa3c 100644 --- a/dot/bash_logout +++ b/dot/bash_logout @@ -1,6 +1,6 @@ -# -# Bash logout things -# +### -*-bash-*- +### +### Bash logout things -#[ -n "$__mdw_started_pixie" ] && \ -# pixie -C quit +## If there's a local hook, then run it. +[ -f "$HOME/.bash_logout-local" ] && . "$HOME/.bash_logout-local"