We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e35dfa commit 84bbe3dCopy full SHA for 84bbe3d
docs/config/README.md
@@ -3968,7 +3968,7 @@ with shell details and starship configuration if you hit such scenario.
3968
[custom.foo]
3969
command = "echo foo" # shows output of command
3970
detect_files = ["foo"] # can specify filters but wildcards are not supported
3971
-when = """ test "$HOME" == "$PWD" """
+when = """ test "$HOME" = "$PWD" """
3972
format = " transcending [$output]($style)"
3973
3974
[custom.time]
0 commit comments