From 415c3cb18597fd743f636de5166d0910586c1029 Mon Sep 17 00:00:00 2001 From: John Mertz Date: Fri, 4 Nov 2022 21:52:19 -0400 Subject: [PATCH] Skeleton for distrobox configs --- bash/bashrc | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/bash/bashrc b/bash/bashrc index 3e1e53340..dc694b12c 100644 --- a/bash/bashrc +++ b/bash/bashrc @@ -93,3 +93,11 @@ export TERM="xterm" echo -e -n "\033]2;Welcome to Bash\007" SSH_AUTH_SOCK="$HOME/.ssh/ssh-agent.sock" + +# Distrobox only +if [ -f "/run/.containerenv" ]; then + : +# Host only +else + : +fi