X-Git-Url: https://git.distorted.org.uk/~mdw/profile/blobdiff_plain/9906310798d936a6cacd0ec5a2d3b607e911c423..a4d3948ebd004d14d777a09ee48f1367cfa34378:/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"