add aws item

Ilan Cosman 2022-06-18 03:28:14 -07:00
parent 055dd6eb49
commit 2afcbaf533

@ -58,6 +58,7 @@ set --universal tide_left_prompt_items context $tide_left_prompt_items
| Item | Description |
| ----------------------------- | ------------------------------------ |
| [aws](#aws) | aws profile/region |
| [character](#character) | prompt symbol; turns red on error |
| [chruby](#chruby) | ruby version number using chruby |
| [cmd_duration](#cmd_duration) | duration of the last run command |
@ -83,6 +84,14 @@ set --universal tide_left_prompt_items context $tide_left_prompt_items
| [virtual_env](#virtual_env) | python virtual environment |
| newline | new line |
### aws
| Variable | Description | Type |
| -------- | --------------------------------------- | ------ |
| bg_color | background color of aws item | color |
| color | color of aws item | color |
| icon | icon to display next to the aws version | string |
### character
| Variable | Description | Type |