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