oh-my-posh/docs/docs/segment-shell.md
2021-09-17 19:48:00 +00:00

493 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": {
    "mapped_shell_names": {
      "pwsh": "PS"
    }
  }
}

Properties

  • mapped_shell_names: object - custom glyph/text to use in place of specified shell names (case-insensitive)