Config error with zsh in vs-code #5692
-
Beta Was this translation helpful? Give feedback.
Answered by
JanDeDobbeleer
Sep 30, 2024
Replies: 2 comments 1 reply
-
@tzabbi this isn't going to be a bug inside oh-my-posh but something in your |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
tzabbi
-
Arrg, yeah, you are right. ❯ cat .zshrc | grep oh-my-posh
eval "$(oh-my-posh init zsh --config .config/ohmyposh/config.toml)" Sorry for the trouble my bad. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@tzabbi this isn't going to be a bug inside oh-my-posh but something in your
.zshrc
orzsh
configuration that makes oh-my-posh resolve a different path. How do you initialize oh-my-posh inbash
vszsh
?