chiark / gitweb /
el/dot-emacs.el: Tweak face settings for 256-colour terminals.
[profile] / dot / bash-logout
CommitLineData
ca7933c9 1### -*-bash-*-
59c9c0e4
MW
2###
3### Bash logout things
f617db13 4
59c9c0e4
MW
5## If there's a local hook, then run it.
6[ -f "$HOME/.bash_logout-local" ] && . "$HOME/.bash_logout-local"