From 3c668e6e6ac0c0ee7dbe2ef69ede1e4a16ec1c9c Mon Sep 17 00:00:00 2001 From: Matan Kushner Date: Sat, 19 Sep 2020 14:50:52 -0400 Subject: [PATCH] doc: small doc fixups --- docs/config/README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/docs/config/README.md b/docs/config/README.md index 7b2218b1..ba18aeb9 100644 --- a/docs/config/README.md +++ b/docs/config/README.md @@ -1109,7 +1109,7 @@ current directory. | Option | Default | Description | | ----------------- | ------------------------------------------- | ---------------------------------------------------- | -| `format` | "([\[$all_status$ahead_behind\]]($style) )" | The default format for `git_status` | +| `format` | `"[\[$all_status$ahead_behind\]]($style) "` | The default format for `git_status` | | `conflicted` | `"="` | This branch has merge conflicts. | | `ahead` | `"⇡"` | The format of `ahead` | | `behind` | `"⇣"` | The format of `behind` | @@ -1913,7 +1913,6 @@ python_binary = "python3" [python] symbol = "👾 " pyenv_version_name = true -pyenv_prefix = "foo " ``` ## Ruby @@ -2422,12 +2421,11 @@ with shell details and starship configuration if you hit such scenario. command = "echo foo" # shows output of command files = ["foo"] # can specify filters when = """ test "$HOME" == "$PWD" """ -prefix = " transcending " +format = " transcending [$output]($style)" [custom.time] command = "time /T" files = ["*.pst"] -prefix = "transcending " shell = ["pwsh.exe", "-NoProfile", "-Command", "-"] ```