Add zig item documentation

Julian V 2023-10-07 03:42:08 +02:00
parent ab503a2972
commit 8ae97ae30d

@ -88,6 +88,7 @@ set --universal tide_left_prompt_items context $tide_left_prompt_items
| [toolbox](#toolbox) | whether we are in a toolbox | | [toolbox](#toolbox) | whether we are in a toolbox |
| [vi_mode](#vi_mode) | vi bind mode display | | [vi_mode](#vi_mode) | vi bind mode display |
| [virtual_env](#virtual_env) | python virtual environment | | [virtual_env](#virtual_env) | python virtual environment |
| [zig](#zig) | zig version |
| newline | new line | | newline | new line |
### aws ### aws
@ -348,4 +349,12 @@ Note: this module is disabled by default.
| color | color of virtual_env item | color | | color | color of virtual_env item | color |
| icon | icon to display in front of virtual_env item | string | | icon | icon to display in front of virtual_env item | string |
### zig
| Variable | Description | Type |
| -------- | --------------------------------------- | ------ |
| bg_color | background color of zig item | color |
| color | color of zig item | color |
| icon | icon to display next to the zig version | string |
[`set_color`]: https://fishshell.com/docs/current/cmds/set_color.html [`set_color`]: https://fishshell.com/docs/current/cmds/set_color.html