From 1c4a531d14a72489096a78c368090f2de77cfac3 Mon Sep 17 00:00:00 2001 From: John Mertz Date: Fri, 4 Nov 2022 21:51:39 -0400 Subject: [PATCH] Skeleton for Distrobox configs --- bash/bash_login | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/bash/bash_login b/bash/bash_login index e1db2fab7..386a86fe9 100644 --- a/bash/bash_login +++ b/bash/bash_login @@ -35,3 +35,11 @@ export DCONF=".config/dconf/user" if [ ! -e ${HOME}/.spool/last_login_gui ]; then echo "Use 'startsway' or 'starti3' to launch a GUI" fi + +# Distrobox only +if [ -f "/run/.containerenv" ]; then + : +# Host only +else + : +fi