diff --git a/docs/config/README.md b/docs/config/README.md index 669a08fcb..c6ae7b04c 100644 --- a/docs/config/README.md +++ b/docs/config/README.md @@ -3392,12 +3392,12 @@ with shell details and starship configuration if you hit such scenario. [custom.foo] command = "echo foo" # shows output of command -files = ["foo"] # can specify filters +files = ["foo"] # can specify filters but wildcards are not supported when = """ test "$HOME" == "$PWD" """ format = " transcending [$output]($style)" [custom.time] command = "time /T" -files = ["*.pst"] +extensions = ["pst"] # filters *.pst files shell = ["pwsh.exe", "-NoProfile", "-Command", "-"] ```