feat(config): allow printing default and computed config (#2521)

* feat: allow printing default and computed config

* fix custom modules

* actually fix custom modules
This commit is contained in:
David Knaack
2021-03-31 17:31:55 +02:00
committed by GitHub
parent 2b15ca1a15
commit d06ba072a8
66 changed files with 252 additions and 157 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
To get started configuring starship, create the following file: `~/.config/starship.toml`.
```sh
mkdir -p ~/.config && touch ~/.config/starship.toml
mkdir -p ~/.config && starship print-config --default > ~/.config/starship.toml
```
All configuration for starship is done in this [TOML](https://github.com/toml-lang/toml) file: