1
0
Fork 0
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:
Ryan Cao 2023-09-11 16:24:51 +08:00
parent f9d9ee6a8f
commit a303542b89
Signed by: ryanccn
SSH key fingerprint: SHA256:NtP/BlVhoQq4xU6BEcZeT8nIPvHntkJ3lIc2yB+F09E
2 changed files with 20 additions and 19 deletions

36
flake.lock generated
View file

@ -7,11 +7,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1694309228, "lastModified": 1694401087,
"narHash": "sha256-P/8U7OSVw6ChWmRDCpgfP+HqSup2xdk+2OS2S/rlrrI=", "narHash": "sha256-caHN3IemZMTsaH7J0AyhIbvXjie2iJUlmWSuXcht2k8=",
"owner": "ryanccn", "owner": "ryanccn",
"repo": "am", "repo": "am",
"rev": "cbbfb1adbd7d5ecba9a172193b64c08367265de9", "rev": "e61ba0ce88183d680e20e23762dbd1bb0ed0df7b",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -127,11 +127,11 @@
"rust-analyzer-src": "rust-analyzer-src" "rust-analyzer-src": "rust-analyzer-src"
}, },
"locked": { "locked": {
"lastModified": 1694240353, "lastModified": 1694326764,
"narHash": "sha256-UUtR7ff9iZMWhZHDoXSQGWjdmCGPMusTYw/94pARFT8=", "narHash": "sha256-qNCKsVu9qxootyx/00MnUHHTNg+Zk4FKU0LLVlOddVI=",
"owner": "nix-community", "owner": "nix-community",
"repo": "fenix", "repo": "fenix",
"rev": "94a5b9a4f8df7b2fa328044b8908b892a2733f60", "rev": "7d054170988547aadae58d146e51b9e9dcc95ba0",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -208,11 +208,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1694134858, "lastModified": 1694375657,
"narHash": "sha256-fG/ESauOGmiojKlpJG8gB62dJa5Wd+ZIuiDMKK/HD3g=", "narHash": "sha256-32X8dcty4vPXx+D4yJPQZBo5hJ1NQikALhevGv6elO4=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "19c6a4081b14443420358262f8416149bd79561a", "rev": "f7848d3e5f15ed02e3f286029697e41ee31662d7",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -263,11 +263,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1694062546, "lastModified": 1694343207,
"narHash": "sha256-PiGI4f2BGnZcedP6slLjCLGLRLXPa9+ogGGgVPfGxys=", "narHash": "sha256-jWi7OwFxU5Owi4k2JmiL1sa/OuBCQtpaAesuj5LXC8w=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "b200e0df08f80c32974a6108ce431d8a8a5e6547", "rev": "78058d810644f5ed276804ce7ea9e82d92bee293",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -317,11 +317,11 @@
"rust-analyzer-src": { "rust-analyzer-src": {
"flake": false, "flake": false,
"locked": { "locked": {
"lastModified": 1694196865, "lastModified": 1694264019,
"narHash": "sha256-OmL94alcXqzYlJuqWRlhpV0lvkO6HziuyPbtmM5C0ps=", "narHash": "sha256-wVKOQWx9CYJRRA1F6UMxVh4F//Ns4rO8DIb3jW60yEw=",
"owner": "rust-lang", "owner": "rust-lang",
"repo": "rust-analyzer", "repo": "rust-analyzer",
"rev": "c405509f2e61cadaa8b18f340582e5c362356f2d", "rev": "994df3d6a31d39f11600f30a6df0b744b13937c1",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -341,11 +341,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1694225334, "lastModified": 1694398298,
"narHash": "sha256-f3uOfcfmG53biFl6zHPHSFrBucLGQp0LpRYQJlozZSA=", "narHash": "sha256-Hi904+2V5DJhFdEy9DcARSRrGJOlYSILHUC6CgTtuZU=",
"owner": "oxalica", "owner": "oxalica",
"repo": "rust-overlay", "repo": "rust-overlay",
"rev": "1b4fad9dccece45c25b9ebda607427d69a8f1eae", "rev": "6c520f2e31f4bebeb29cc4563543de7187013575",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -12,7 +12,7 @@ _: {
bun.format = "[$symbol($version )]($style)"; bun.format = "[$symbol($version )]($style)";
cmd_duration.format = "[$duration]($style) "; cmd_duration.format = "[$duration]($style) ";
deno.format = "[$symbol($version )]($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) "; git_branch.format = "[$symbol$branch(:$remote_branch)]($style) ";
golang.format = "[$symbol($version )]($style)"; golang.format = "[$symbol($version )]($style)";
nix_shell.format = "[$symbol$state( \($name\))]($style) "; nix_shell.format = "[$symbol$state( \($name\))]($style) ";
@ -22,6 +22,7 @@ _: {
rust.format = "[$symbol($version )]($style)"; rust.format = "[$symbol($version )]($style)";
aws.symbol = " "; aws.symbol = " ";
bun.symbol = "󰳮 ";
buf.symbol = " "; buf.symbol = " ";
c.symbol = " "; c.symbol = " ";
conda.symbol = " "; conda.symbol = " ";