From 1768d9971e243fef66ea990a9c69235c04583885 Mon Sep 17 00:00:00 2001 From: gwbeip Date: Fri, 29 May 2026 00:12:50 +0800 Subject: [PATCH] feat(starship): remove golang/nodejs/scala/haskell from prompt --- starship/starship_default.toml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/starship/starship_default.toml b/starship/starship_default.toml index 41cf034..73b1a95 100644 --- a/starship/starship_default.toml +++ b/starship/starship_default.toml @@ -9,16 +9,18 @@ $git_status\ $c\ $cpp\ $rust\ -$golang\ -$nodejs\ -$scala\ -$haskell\ +$zig\ $python\ $time\ $cmd_duration\ $line_break\ $character""" +# $golang\ +# $nodejs\ +# $scala\ +# $haskell\ + palette = 'terminal_polyjuice' [palettes.terminal_polyjuice]