dot/emacs: Tramp hacking: use `sudo', and set up magic proxies.
[profile] / dot / bash_logout
... / ...
CommitLineData
1### -*-sh-*-
2###
3### Bash logout things
4
5## If there's a local hook, then run it.
6[ -f "$HOME/.bash_logout-local" ] && . "$HOME/.bash_logout-local"