-
Is there an environment variable (or something else) to determine if I'm inside a distrobox? For example, I'm using ZSH as my shell but I'd like to add something to my shell prompt so I know I'm inside the distrobox and not on the host. |
Beta Was this translation helpful? Give feedback.
Answered by
89luca89
Feb 21, 2024
Replies: 2 comments 1 reply
-
I personally check for |
Beta Was this translation helpful? Give feedback.
1 reply
-
You can use |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
89luca89
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can use
$CONTAINER_ID
and$container
👍