diff --git a/Configuration.md b/Configuration.md index 8080f25..ab7e181 100644 --- a/Configuration.md +++ b/Configuration.md @@ -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