dot/screenrc: Turn off XON/XOFF flow control.
[profile] / dot / bash_logout
index 9e67a16..25baa3c 100644 (file)
@@ -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"