You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@Salamandar ah, that's a YAML thing I don't think I can solve as some characters have special meanings. There's others as well that have the same effect, I'll check but I think it's a YAML spec issue.
Code of Conduct
What happened?
When installing OMP v24.6.4, it tried to convert my configuration file from v2 to v3. And i found myself with a "CONFIG ERROR" on my prompt.
After some tinkering, I found out that it removed double quotes on most strings in the yaml file, and replaced
with
and this is not a string, i'm thinking this is understood as a list.
Adding back the double quotes solves the issue.
What OS are you seeing the problem on?
Linux
Which shell are you using?
zsh
The text was updated successfully, but these errors were encountered: