mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2025-03-05 20:49:04 -08:00
This change allows the user to specify a template for filler so that different behavior can be configured when the block is handling an overflow. An example configuration might be: ```yaml - type: prompt alignment: right filler: "{{ if .Overflow }} {{ else }}<#3d59a1,transparent>━</>{{ end }}" overflow: break ``` This would draw filler text ("-") when there is no overflow and empty space when there is an overflow. |
||
---|---|---|
.. | ||
block.mdx | ||
colors.mdx | ||
debug-prompt.mdx | ||
example.mdx | ||
general.mdx | ||
introduction.md | ||
line-error.mdx | ||
secondary-prompt.mdx | ||
segment.mdx | ||
templates.mdx | ||
title.mdx | ||
tooltips.mdx | ||
transient.mdx |