mirror of
https://github.com/starship/starship.git
synced 2026-06-24 02:01:36 +07:00
feat: add bun module (#4187)
This commit is contained in:
@@ -5,6 +5,7 @@ pub mod aws;
|
||||
pub mod azure;
|
||||
pub mod battery;
|
||||
pub mod buf;
|
||||
pub mod bun;
|
||||
pub mod c;
|
||||
pub mod character;
|
||||
pub mod cmake;
|
||||
@@ -100,6 +101,8 @@ pub struct FullConfig<'a> {
|
||||
#[serde(borrow)]
|
||||
buf: buf::BufConfig<'a>,
|
||||
#[serde(borrow)]
|
||||
bun: bun::BunConfig<'a>,
|
||||
#[serde(borrow)]
|
||||
c: c::CConfig<'a>,
|
||||
#[serde(borrow)]
|
||||
character: character::CharacterConfig<'a>,
|
||||
|
||||
Reference in New Issue
Block a user