1
0
mirror of https://github.com/Llewellynvdm/starship.git synced 2024-09-28 05:09:01 +00:00

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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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"