summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorDavid Knaack <davidkna@users.noreply.github.com>2021-03-31 17:31:55 +0200
committerGitHub <noreply@github.com>2021-03-31 17:31:55 +0200
commitd06ba072a88da96448260ff7c97174a08aad669a (patch)
tree30ff17a324703e767a8bb19b0114d7d6ca2aea0c /docs
parent2b15ca1a157fa21dd7d8432b2c51e1e2ecf87496 (diff)
feat(config): allow printing default and computed config (#2521)
* feat: allow printing default and computed config * fix custom modules * actually fix custom modules
Diffstat (limited to 'docs')
-rw-r--r--docs/config/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/config/README.md b/docs/config/README.md
index a752a5f10..f7b8bef42 100644
--- a/docs/config/README.md
+++ b/docs/config/README.md
@@ -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: