mirror of
https://github.com/IlanCosman/tide.git
synced 2024-12-22 19:41:36 +03:00
add proxy item
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
|
||||
|
Loading…
Reference in New Issue
Block a user