We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2ac35b commit 18053c2Copy full SHA for 18053c2
distrobox-init
@@ -808,6 +808,7 @@ setup_apt()
808
xz-utils
809
zip
810
libgl1
811
+ libegl-mesa0
812
libegl1-mesa
813
libgl1-mesa-glx
814
libegl1
@@ -2062,8 +2063,8 @@ fi
2062
2063
# toolbx prompt: https://github.com/containers/toolbox/blob/main/profile.d/toolbox.sh#L47
2064
# this will ensure greater compatibility between the two implementations
2065
if [ -f /run/.toolboxenv ]; then
- [ "\${BASH_VERSION:-}" != "" ] && PS1="📦[\u@\$CONTAINER_ID \W]\$ "
2066
- [ "\${ZSH_VERSION:-}" != "" ] && PS1="📦[%n@\$CONTAINER_ID]%~%# "
+ [ "\${BASH_VERSION:-}" != "" ] && export PS1="📦[\u@\$CONTAINER_ID \W]\$ "
2067
+ [ "\${ZSH_VERSION:-}" != "" ] && export PS1="📦[%n@\$CONTAINER_ID]%~%# "
2068
fi
2069
2070
# This will ensure we have a first-shell password setup for an user if needed.
0 commit comments