fix(docs): correct syntax issue

There is a syntax issue for configuring example of segments in https://ohmyposh.dev/docs/configuration/segment
This commit is contained in:
Artin 2024-08-24 12:43:04 +03:30 committed by Jan De Dobbeleer
parent 28817bae48
commit 7621ed8061

View file

@ -22,7 +22,7 @@ understand how to configure a segment.
"powerline_symbol": "\uE0B0", "powerline_symbol": "\uE0B0",
"foreground": "#ffffff", "foreground": "#ffffff",
"background": "#61AFEF", "background": "#61AFEF",
"template": " {{ .Path }}} ", "template": " {{ .Path }} ",
"properties": { "properties": {
... ...
} }