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

907 B

id title sidebar_label
exit Exit code Exit code

What

Displays the last exit code or that the last command failed based on the configuration.

Sample Configuration

{
  "type": "exit",
  "style": "diamond",
  "foreground": "#ffffff",
  "background": "#00897b",
  "leading_diamond": "",
  "trailing_diamond": "",
  "properties": {
    "display_exit_code": false,
    "always_enabled": true,
    "error_color": "#e91e63",
    "color_background": true,
    "prefix": "<#193549></> "
  }
}

Properties

  • display_exit_code: boolean - show or hide the exit code
  • always_enabled: boolean - always show the status
  • color_background: boolean - color the background or foreground when an error occurs
  • error_color: string hex color code - color to use when an error occured