dot/screenrc: Customize a whole lot of keybindings.
[profile] / dot / shell-logout
CommitLineData
ca7933c9 1### -*-bash-*-
59c9c0e4
MW
2###
3### Bash logout things
f617db13 4
59c9c0e4 5## If there's a local hook, then run it.
74a53e28 6if [ -f "$HOME/.logout-local" ]; then . "$HOME/.logout-local"; fi