Skeleton for distrobox configs

This commit is contained in:
John Mertz 2022-11-04 21:52:19 -04:00
parent 1c4a531d14
commit 415c3cb185
1 changed files with 8 additions and 0 deletions

View File

@ -93,3 +93,11 @@ export TERM="xterm"
echo -e -n "\033]2;Welcome to Bash\007" echo -e -n "\033]2;Welcome to Bash\007"
SSH_AUTH_SOCK="$HOME/.ssh/ssh-agent.sock" SSH_AUTH_SOCK="$HOME/.ssh/ssh-agent.sock"
# Distrobox only
if [ -f "/run/.containerenv" ]; then
:
# Host only
else
:
fi