mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2024-12-31 22:07:25 -08:00
916 B
916 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": "\uE0B4",
"properties": {
"display_exit_code": false,
"always_enabled": true,
"error_color": "#e91e63",
"color_background": true,
"prefix": "<#193549>\uE0B0</> \uE23A"
}
}
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