.dotfiles/bash/bash_logout

8 lines
162 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
2023-01-07 17:03:31 +00:00
source $HOME/.dotfiles/bash/bash_logout.distrobox
else
2023-01-07 17:03:31 +00:00
source $HOME/.dotfiles/bash/bash_logout.host
fi