mirror of
https://github.com/starship/starship.git
synced 2025-03-13 14:59:14 +01:00
- Create `Config` struct that is added to `Context` when initialized - Read `~/.confg/starship.toml` during initialization (can be updated later to also look at `$XDG_CONFIG_HOME`) - `Context` now has a method for creating modules. This allows us to provide modules with a reference to the configuration specific to that module |
||
---|---|---|
.. | ||
character.rs | ||
common.rs | ||
directory.rs | ||
golang.rs | ||
line_break.rs | ||
main.rs | ||
nodejs.rs | ||
package.rs | ||
python.rs | ||
username.rs |