X-Git-Url: https://git.distorted.org.uk/~mdw/profile/blobdiff_plain/9906310798d936a6cacd0ec5a2d3b607e911c423..73165cde4740aae25bcbe379c8f3ad2e6d3d8d5f:/dot/bash_logout diff --git a/dot/bash_logout b/dot/bash_logout index 9e67a16..f3f4429 100644 --- a/dot/bash_logout +++ b/dot/bash_logout @@ -1,6 +1,6 @@ -# -# Bash logout things -# +### -*-sh-*- +### +### 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"