blob: ef22cbcccb47be7b35f2984f449cc924b8efd794 (
plain) (
tree)
|
|
# -*- shell-script -*-
if test -r ~/.config/bash/"logout-$(hostname)"; then
. ~/.config/bash/"logout-$(hostname)"
fi
if test -r ~/work/.config/bash/logout; then
. ~/work/.config/bash/logout
fi
|