oh-my-posh/docs/docs/segment-node.md
2020-10-16 11:18:19 -07:00

363 B

id title sidebar_label
node Node Node

What

Display the currently active node version when a folder contains .js or .ts files.

Sample Configuration

{
  "type": "node",
  "style": "powerline",
  "powerline_symbol": "\uE0B0",
  "foreground": "#ffffff",
  "background": "#6CA35E",
  "properties": {
    "prefix": " \uE718 "
  }
}