1
1
mirror of https://github.com/IlanCosman/tide.git synced 2025-01-05 11:20:19 +03:00

Better tag the bun item as not yet available.

Austin Ziegler 2024-02-18 00:27:50 -05:00
parent 319c95690a
commit 9eb5b17357

@ -67,7 +67,7 @@ The default for `tide_right_prompt_items` is:
- `context`
- `jobs`
- `direnv`
- `bun`
- `bun` _not yet released_
- `node`
- `python`
- `rustc`
@ -142,6 +142,16 @@ If an item version is _italicized_, it is for a version that may not have been r
| `color` | `color` of AWS item | `color` |
| `icon` | icon to display next to the AWS version | `icon` |
### bun
The `bun` item is not yet released and will be available in 6.2.0.
| Variable | Description | Type |
| ---------- | --------------------------------------- | ------- |
| `bg_color` | background color of bun item | `color` |
| `color` | `color` of bun item | `color` |
| `icon` | icon to display next to the bun version | `icon` |
### character
| Variable | Description | Type |
@ -359,7 +369,7 @@ The default `tide_pwd_markers` `list` is:
- `CVS`
- `Cargo.toml`
- `build.zig`
- `bun.lockb`
- `bun.lockb` _not yet released_
- `composer.json`
- `go.mod`
- `package.json`