Remove tide_status_always_display and tide_rust_verbose_version

Ilan Cosman 2021-03-07 21:45:06 -08:00
parent cb255cd1b6
commit fa659186bb

@ -178,13 +178,11 @@ set --universal tide_left_prompt_items context $tide_left_prompt_items
| bg_color | background color of rust item | color |
| color | color of rust item | color |
| icon | icon to display next to the rust version | string |
| verbose_version | Cut off -suffixes from version. "v1.30.0-beta" vs "v1.30.0" | boolean |
## status
| Variable | Description | Type |
| -------------- | --------------------------------------------------------------- | ------- |
| always_display | display the status regardless of success or simple failure | boolean |
| failure_color | color of failed status | color |
| failure_icon | symbol to display when the last command failed >1 | string |
| success_color | color of successful status | color |