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

25 lines
363 B
Markdown

---
id: node
title: Node
sidebar_label: Node
---
## What
Display the currently active node version when a folder contains `.js` or `.ts` files.
## Sample Configuration
```json
{
"type": "node",
"style": "powerline",
"powerline_symbol": "\uE0B0",
"foreground": "#ffffff",
"background": "#6CA35E",
"properties": {
"prefix": " \uE718 "
}
}
```