Skip to content

Commit 84bbe3d

Browse files
authored
docs(custom): use single equal sign for 'when' clause of 'custom.foo' example (starship#4454)
use single equal sign for 'when' clause of 'custom.foo' config example
1 parent 6e35dfa commit 84bbe3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/config/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3968,7 +3968,7 @@ with shell details and starship configuration if you hit such scenario.
39683968
[custom.foo]
39693969
command = "echo foo" # shows output of command
39703970
detect_files = ["foo"] # can specify filters but wildcards are not supported
3971-
when = """ test "$HOME" == "$PWD" """
3971+
when = """ test "$HOME" = "$PWD" """
39723972
format = " transcending [$output]($style)"
39733973

39743974
[custom.time]

0 commit comments

Comments
 (0)