add proxy item

args 2022-09-14 16:01:22 +08:00
parent f0431c7b4a
commit a3a5250d79

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