reujab / silver

A cross-shell customizable powerline-like prompt with icons
MIT License
453 stars 30 forks source link

Do not break users configurations changing from TOML to YAML #97

Open brunoschmidt opened 1 year ago

brunoschmidt commented 1 year ago

Confy was configured to use YAML instead of the original TOML, ignoring the configuration file and creating a new empty one.

There is no documentation about the YAML format or a migration path.

This PR reverts to TOML to not disrupt current users environments.