summaryrefslogtreecommitdiffstats
path: root/docs/config/README.md
diff options
context:
space:
mode:
authorUwe Jugel <532284+ubunatic@users.noreply.github.com>2022-10-07 22:06:14 +0200
committerGitHub <noreply@github.com>2022-10-07 22:06:14 +0200
commit84bbe3dd032ebc61e5dfd636a122261d4eea2af7 (patch)
tree9ab351f15c9c3da67bc593c2a4ba9e2f8c420033 /docs/config/README.md
parent6e35dfa85aeebb3f714389a9286623dc0f60d799 (diff)
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
Diffstat (limited to 'docs/config/README.md')
-rw-r--r--docs/config/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/config/README.md b/docs/config/README.md
index c4007aa1a..e3a30778f 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]