1
0
mirror of https://github.com/Llewellynvdm/starship.git synced 2024-09-09 05:39:01 +00:00
starship/tests/testsuite
Matan Kushner 097f1b05f1
Add support for prompt configuration (#62)
- 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
2019-06-10 15:56:17 +01:00
..
character.rs Refactor integration tests (#71) 2019-06-06 13:18:00 +01:00
common.rs Refactor integration tests (#71) 2019-06-06 13:18:00 +01:00
directory.rs Add support for prompt configuration (#62) 2019-06-10 15:56:17 +01:00
golang.rs Refactor integration tests (#71) 2019-06-06 13:18:00 +01:00
line_break.rs Refactor integration tests (#71) 2019-06-06 13:18:00 +01:00
main.rs Refactor integration tests (#71) 2019-06-06 13:18:00 +01:00
nodejs.rs Refactor integration tests (#71) 2019-06-06 13:18:00 +01:00
package.rs Refactor integration tests (#71) 2019-06-06 13:18:00 +01:00
python.rs Refactor integration tests (#71) 2019-06-06 13:18:00 +01:00
username.rs Add support for prompt configuration (#62) 2019-06-10 15:56:17 +01:00