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
|
2022-12-12 19:29:13 +00:00
|
|
|
else
|
2023-01-07 17:03:31 +00:00
|
|
|
source $HOME/.dotfiles/bash/bash_logout.host
|
2022-12-12 19:29:13 +00:00
|
|
|
fi
|