Not working in Bash in TTY #5355
Unanswered
ThePython10110
asked this question in
Troubleshoot
Replies: 1 comment
-
@ThePython10110 this is going to be environment specific. You can set |
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
-
Code of Conduct
What happened?
Oh My Posh (at least for me) fails to run in a TTY when using Bash. Weirdly, it works perfectly in the exact same TTY using Bash in Tmux, or using ZSH, and it also works fine with Bash in a GUI terminal (Kitty).
eval "$(oh-my-posh init bash --config path/to/my/theme.omp.json
simply does nothing (though it works fine everywhere else). It has nothing to do with anything in my.bashrc
or.bashprofile
, since I also tested it withbash --norc --noprofile
.I use Arch, BTW.
Theme
My own custom config (based on
lambdageneration
), but that doesn't really apply.What OS are you seeing the problem on?
Linux
Which shell are you using?
bash, zsh
Log output
Beta Was this translation helpful? Give feedback.
All reactions