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

338 B

id title sidebar_label
shell Shell Shell

What

Show the current shell name (ZSH, powershell, bash, ...).

Sample Configuration

{
  "type": "shell",
  "style": "powerline",
  "powerline_symbol": "\uE0B0",
  "foreground": "#ffffff",
  "background": "#0077c2",
  "properties": {
    "prefix": " \uFCB5 "
  }
}