.dotfiles/bash/bash_logout

8 lines
170 B
Bash
Raw Normal View History

2022-04-16 19:54:07 +00:00
# vim: ft=sh
2022-12-13 03:44:24 +00:00
if [ -f "/run/.containerenv" ]; then
source $HOME/.dotfiles/bash/bash_logout.distrobox
else
source $HOME/.dotfiles/bash/bash_logout.host
fi