.dotfiles/bash/bash_logout

8 lines
223 B
Bash
Raw Normal View History

2022-04-16 19:54:07 +00:00
# vim: ft=sh
if [ -f "/run/.containerenv" ] && grep -oP "(?<=name=\")[^\";]+" /run/.containerenv; then
source $HOME/.dotfiles/bash/bash_logout.distrobox
else
source $HOME/.dotfiles/bash/bash_logout.host
fi