oh-my-posh/website/docs/segments/text.md
2022-05-13 08:19:35 +02:00

737 B

id title sidebar_label
text Text Text

What

Display text.

Sample Configuration

{
  "type": "text",
  "style": "plain",
  "foreground": "#E06C75",
  "template": "\u276F"
}

Template (info)

Properties

  • .Root: boolean - is the current user root/admin or not
  • .Path: string - the current working directory
  • .Folder: string - the current working folder
  • .Shell: string - the current shell name
  • .UserName: string - the current user name
  • .HostName: string - the host name
  • .Env.VarName: string - Any environment variable where VarName is the environment variable name