mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2025-03-05 20:49:04 -08:00
parent
5ed452eae5
commit
3d493b214e
|
@ -179,6 +179,7 @@ if we're at the last segment). Expects segments to have a colored background, el
|
||||||
#### Plain
|
#### Plain
|
||||||
|
|
||||||
Simple. Colored text on a transparent background. Make sure to set `foreground` for maximum enjoyment.
|
Simple. Colored text on a transparent background. Make sure to set `foreground` for maximum enjoyment.
|
||||||
|
Segments will be separated by empty spaces unless you specify `''` for the `prefix` and `postfix` settings for the segment.
|
||||||
|
|
||||||
#### Diamond
|
#### Diamond
|
||||||
|
|
||||||
|
@ -265,10 +266,14 @@ You can use these on any segment, the engine is responsible for adding them corr
|
||||||
##### Prefix
|
##### Prefix
|
||||||
|
|
||||||
The string content will be put in front of the segment's output text. Useful for symbols, text or other customizations.
|
The string content will be put in front of the segment's output text. Useful for symbols, text or other customizations.
|
||||||
|
If this is not set, it will be an empty space in `plain` mode. If you want to remove the space before the segment,
|
||||||
|
specify this as `''`.
|
||||||
|
|
||||||
##### Postfix
|
##### Postfix
|
||||||
|
|
||||||
The string content will be put after the segment's output text. Useful for symbols, text or other customizations.
|
The string content will be put after the segment's output text. Useful for symbols, text or other customizations.
|
||||||
|
If this is not set, it will default to an empty space in `plain` mode. If you want to remove the space after the segment,
|
||||||
|
specify this as `''`.
|
||||||
|
|
||||||
##### Include / Exclude Folders
|
##### Include / Exclude Folders
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue