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