dot/lisp-init.lisp: Use `double-float' by default.
[profile] / dot / shell-logout
... / ...
CommitLineData
1### -*-bash-*-
2###
3### Bash logout things
4
5## If there's a local hook, then run it.
6if [ -f "$HOME/.logout-local" ]; then . "$HOME/.logout-local"; fi