# vim: ft=sh
if [ -f "/run/.containerenv" ]; then
source "$HOME/.dotfiles/bash/bash_logout.distrobox"
else
source "$HOME/.dotfiles/bash/bash_logout.host"
fi