mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2024-11-12 22:14:03 -08:00
35 lines
460 B
Plaintext
35 lines
460 B
Plaintext
---
|
|
id: root
|
|
title: Root
|
|
sidebar_label: Root
|
|
---
|
|
|
|
## What
|
|
|
|
Show when the current user is root or when in an elevated shell (Windows).
|
|
|
|
## Sample Configuration
|
|
|
|
```json
|
|
{
|
|
"type": "root",
|
|
"style": "powerline",
|
|
"powerline_symbol": "\uE0B0",
|
|
"foreground": "#111111",
|
|
"background": "#ffff66",
|
|
"template": "\uF0E7"
|
|
}
|
|
```
|
|
|
|
## Template ([info][templates])
|
|
|
|
:::note default template
|
|
|
|
``` template
|
|
\uF0E7
|
|
```
|
|
|
|
:::
|
|
|
|
[templates]: /docs/configuration/templates
|