From b845abe0065c12d2f2291cdfa02d04cc84f746fd Mon Sep 17 00:00:00 2001 From: Thomas O'Donnell Date: Sun, 2 Aug 2020 19:16:25 +0200 Subject: [PATCH] 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. --- docs/config/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/config/README.md b/docs/config/README.md index f59d3d618..9514d8f2d 100644 --- a/docs/config/README.md +++ b/docs/config/README.md @@ -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"