mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2024-12-31 22:07:25 -08:00
363 B
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 "
}
}