Replies: 1 comment
-
Nevermind, here is what works for me
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I am using a theme in
bash
.I've written a little docker container, in which the users should get it normal
PS1
prompt, but now prefixed with some string, to indicate to him that he is working in the container.Example:
Normal prompt would be:
foobar:>
In container it should become prefixed
(coolapp)foobar:>
How can I hook into the mechanics of
oh-my-posh to
achieve this?Beta Was this translation helpful? Give feedback.
All reactions