mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2024-12-28 04:19:41 -08:00
chore(docs): add exit icons
This commit is contained in:
parent
225b317e32
commit
d1025670fb
|
@ -35,5 +35,7 @@ Displays the last exit code or that the last command failed based on the configu
|
|||
- color_background: `boolean` - color the background or foreground when an error occurs - defaults to `false`
|
||||
- error_color: `string` [color][colors] - color to use when an error occured
|
||||
- always_numeric: `boolean` - always display exit code as a number - defaults to `false`
|
||||
- success_icon: `string` - displays when there's no error and `"always_enabled": true` - defaults to `""`
|
||||
- error_icon: `string` - displays when there's an error - defaults to `""`
|
||||
|
||||
[colors]: /docs/configure#colors
|
||||
|
|
Loading…
Reference in a new issue