.dotfiles/bash/bash_logout

8 lines
170 B
Bash

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