oh-my-posh/docs/docs/segment-shell.md
2021-07-01 19:35:09 +02:00

25 lines
338 B
Markdown

---
id: shell
title: Shell
sidebar_label: Shell
---
## What
Show the current shell name (ZSH, powershell, bash, ...).
## Sample Configuration
```json
{
"type": "shell",
"style": "powerline",
"powerline_symbol": "\uE0B0",
"foreground": "#ffffff",
"background": "#0077c2",
"properties": {
"prefix": " \uFCB5 "
}
}
```