From e292eb508413b9174684a8e75c93474a7f5351ee Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Mon, 23 Aug 2021 23:07:31 -0500 Subject: Initial --- bootstrap/bash_logout | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 bootstrap/bash_logout (limited to 'bootstrap/bash_logout') diff --git a/bootstrap/bash_logout b/bootstrap/bash_logout new file mode 100644 index 0000000..d6c9b7a --- /dev/null +++ b/bootstrap/bash_logout @@ -0,0 +1,6 @@ +# bash_logout +# vim:ft=sh + +if [[ -r "$XDG_CONFIG_HOME"/bash/logout ]]; then + source "$XDG_CONFIG_HOME"/bash/logout +fi -- cgit 1.4.1-21-gabe81