Skeleton for distrobox configs
This commit is contained in:
parent
1c4a531d14
commit
415c3cb185
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue