From 84bbe3dd032ebc61e5dfd636a122261d4eea2af7 Mon Sep 17 00:00:00 2001 From: Uwe Jugel <532284+ubunatic@users.noreply.github.com> Date: Fri, 7 Oct 2022 22:06:14 +0200 Subject: [PATCH] docs(custom): use single equal sign for 'when' clause of 'custom.foo' example (#4454) use single equal sign for 'when' clause of 'custom.foo' config example --- 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 c4007aa1..e3a30778 100644 --- a/docs/config/README.md +++ b/docs/config/README.md @@ -3968,7 +3968,7 @@ with shell details and starship configuration if you hit such scenario. [custom.foo] command = "echo foo" # shows output of command detect_files = ["foo"] # can specify filters but wildcards are not supported -when = """ test "$HOME" == "$PWD" """ +when = """ test "$HOME" = "$PWD" """ format = " transcending [$output]($style)" [custom.time]