docs: Update example config to remove old var (#1546)

Have updated the example toml config to remove an old var and replace it
with the updated replacement.
This commit is contained in:
Thomas O'Donnell
2020-08-02 19:16:25 +02:00
committed by GitHub
parent 36ae36282a
commit b845abe006
+1 -1
View File
@@ -17,7 +17,7 @@ All configuration for starship is done in this [TOML](https://github.com/toml-la
```toml
# Don't print a new line at the start of the prompt
add_newline = false
format = "$all"
# Replace the "" symbol in the prompt with "➜"
[character] # The name of the module we are configuring is "character"