oh-my-posh/docs/docs/segment-shell.md
Jan De Dobbeleer f85057bbf6 feat: add docs
2020-10-05 17:19:05 +02:00

25 lines
332 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": "",
"foreground": "#ffffff",
"background": "#0077c2",
"properties": {
"prefix": "  "
}
}
```