about summary refs log tree commit diff stats
path: root/bash/bash_logout
blob: d6c9b7a498e9b8c1aeb43ffca6499c3671ec15fe (plain)
1
2
3
4
5
6
# bash_logout
# vim:ft=sh

if [[ -r "$XDG_CONFIG_HOME"/bash/logout ]]; then
	source "$XDG_CONFIG_HOME"/bash/logout
fi