mirror of
https://github.com/ryanccn/flake.git
synced 2025-12-06 08:10:43 +01:00
feat(starship): add bun symbol
This commit is contained in:
parent
f9d9ee6a8f
commit
a303542b89
2 changed files with 20 additions and 19 deletions
|
|
@ -12,7 +12,7 @@ _: {
|
|||
bun.format = "[$symbol($version )]($style)";
|
||||
cmd_duration.format = "[$duration]($style) ";
|
||||
deno.format = "[$symbol($version )]($style)";
|
||||
docker_context.format = "$symbol$context]($style) ";
|
||||
docker_context.format = "[$symbol$context]($style) ";
|
||||
git_branch.format = "[$symbol$branch(:$remote_branch)]($style) ";
|
||||
golang.format = "[$symbol($version )]($style)";
|
||||
nix_shell.format = "[$symbol$state( \($name\))]($style) ";
|
||||
|
|
@ -22,6 +22,7 @@ _: {
|
|||
rust.format = "[$symbol($version )]($style)";
|
||||
|
||||
aws.symbol = " ";
|
||||
bun.symbol = " ";
|
||||
buf.symbol = " ";
|
||||
c.symbol = " ";
|
||||
conda.symbol = " ";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue