summaryrefslogtreecommitdiffstats
path: root/docs/migrating-to-0.45.0/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/migrating-to-0.45.0/README.md')
-rw-r--r--docs/migrating-to-0.45.0/README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/migrating-to-0.45.0/README.md b/docs/migrating-to-0.45.0/README.md
index 1e484a609..8af694483 100644
--- a/docs/migrating-to-0.45.0/README.md
+++ b/docs/migrating-to-0.45.0/README.md
@@ -168,7 +168,7 @@ error_symbol = "[✖](bold red)"
[git_commit]
-- prefix = "("
-- suffix = ")"
-++ format = "[\\($hash\\)]($style) "
+++ format = '[\($hash\)]($style) '
```
#### Git Status
@@ -186,7 +186,7 @@ error_symbol = "[✖](bold red)"
-- prefix = "["
-- suffix = "]"
-- show_sync_count = false
-++ format = "[\\[$all_status$ahead_behind\\]]($style)"
+++ format = '([\[$all_status$ahead_behind\]]($style) )'
```
Previously, the `show_sync_count` property was used to configure the prompt to
@@ -234,7 +234,7 @@ behind = "⇣${count}"
[singularity]
-- prefix = ""
-- suffix = ""
-++ format = "[$symbol\\[$env\\]]($style) "
+++ format = '[$symbol\[$env\]]($style) '
```
#### Time