silver icon indicating copy to clipboard operation
silver copied to clipboard

Fix default configuration settings.

Open inferiorhumanorgans opened this issue 3 years ago • 0 comments

  • The current config file layout cannot be serialized to TOML with serde, so switch to YAML. This necessitates updating to an unreleased version of confy. See: alexcrichton/toml-rs#145 and alexcrichton/toml-rs#407.
  • Print out the location of the default config file upon creation see: fixes #73, fixes #78.
  • Set the default left prompt to something so the user isn't left scratching their head.
  • Change the default icon set to Unicode so that this is usable out of the box with as few dependencies as possible.

inferiorhumanorgans avatar Mar 31 '22 23:03 inferiorhumanorgans