From 449cb4bc6ccb51f949ac23ac2ecdff5f1b997975 Mon Sep 17 00:00:00 2001 From: Kulvir Singh Date: Sun, 9 Mar 2025 16:15:47 +0530 Subject: [PATCH] removed node from starship --- .config/starship.toml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.config/starship.toml b/.config/starship.toml index 51fe9b8..cd9a85f 100644 --- a/.config/starship.toml +++ b/.config/starship.toml @@ -2,7 +2,7 @@ # add_newline = true # continuation_prompt = '▶▶ ' -format = "$directory$bun$nodejs$golang$python$git_branch$git_status $git_metrics$git_state[❯](bold yellow)[❯](bold purple)[❯](bold blue)\n$character" +format = "$directory$bun$golang$python$git_branch$git_status$git_state[❯](bold yellow)[❯](bold purple)[❯](bold blue)\n$character" palette = "catppuccin_mocha" [bun] @@ -47,10 +47,6 @@ staged = '[++\($count\)](green)' [golang] format = '[ ](bold cyan)' -[nodejs] -detect_files = ['!bun.lock'] -format = '[$symbol]($style)' - [palettes.catppuccin_mocha] rosewater = "#f5e0dc" flamingo = "#f2cdcd"