]> ruderich.org/simon Gitweb - config/dotfiles.git/blob - bash/logout
Use one logout file which is included by bash and zsh.
[config/dotfiles.git] / bash / logout
1 # Bash logout file.
2
3
4 source_debug "sourcing ~/.bash/logout"
5
6 # Load logout file usable by all shells.
7 source_config ~/.shell "" logout
8
9 source_debug "finished sourcing ~/.bash/logout"
10
11 # vim: ft=sh