Update

Ilan Cosman 2021-08-18 05:21:14 -07:00
parent be3b746c39
commit 6d45f5f35f

@ -187,15 +187,16 @@ set --universal tide_left_prompt_items context $tide_left_prompt_items
## pwd
| Variable | Description | Type |
| -------------------- | ---------------------------------------------------------------------------------------------- | ------- |
| bg_color | background color of pwd item | color |
| color_anchors | color of anchor directories. These directories are displayed in bold and immune to truncation. | color |
| color_dirs | color of normal directories | color |
| color_truncated_dirs | color of truncated directories | color |
| markers | if a directory contains any of these files/directories, it will be anchored | list |
| truncate_margin | start truncating when pwd is this many columns from terminal edge | integer |
| unwritable_icon | symbol to display when the directory is not writable by the user | string |
| Variable | Description | Type |
| -------------------- | ---------------------------------------------------------------------------------------------- | ------ |
| bg_color | background color of pwd item | color |
| color_anchors | color of anchor directories. These directories are displayed in bold and immune to truncation. | color |
| color_dirs | color of normal directories | color |
| color_truncated_dirs | color of truncated directories | color |
| icon | default icon for pwd item | string |
| icon_home | icon when the the current directory is the user's HOME | string |
| icon_unwritable | icon when the directory is not writable by the user | string |
| markers | if a directory contains any of these files/directories, it will be anchored | list |
## rustc