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
This commit is contained in:
parent
6e35dfa85a
commit
84bbe3dd03
|
@ -3968,7 +3968,7 @@ with shell details and starship configuration if you hit such scenario.
|
||||||
[custom.foo]
|
[custom.foo]
|
||||||
command = "echo foo" # shows output of command
|
command = "echo foo" # shows output of command
|
||||||
detect_files = ["foo"] # can specify filters but wildcards are not supported
|
detect_files = ["foo"] # can specify filters but wildcards are not supported
|
||||||
when = """ test "$HOME" == "$PWD" """
|
when = """ test "$HOME" = "$PWD" """
|
||||||
format = " transcending [$output]($style)"
|
format = " transcending [$output]($style)"
|
||||||
|
|
||||||
[custom.time]
|
[custom.time]
|
||||||
|
|
Loading…
Reference in New Issue