mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2025-01-03 15:27:26 -08:00
25 lines
363 B
Markdown
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 "
|
|
}
|
|
}
|
|
```
|