From 0dbf5d5e44d8a46df86e2f7d4ee334c8ccaa0df4 Mon Sep 17 00:00:00 2001 From: nils Date: Fri, 23 Jan 2026 21:28:32 +0100 Subject: [PATCH] starship update --- .config/matugen/templates/starship.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.config/matugen/templates/starship.toml b/.config/matugen/templates/starship.toml index 7023a0b..838011e 100644 --- a/.config/matugen/templates/starship.toml +++ b/.config/matugen/templates/starship.toml @@ -1,3 +1,4 @@ +# wird in matugen templates starship erstellt "$schema" = 'https://starship.rs/config-schema.json' format = """ @@ -63,7 +64,7 @@ deleted = "deleted " [nix_shell] disabled = false -format = '[  <$name> ]($style)' +format = '[  <$name> ]($style)' style = "bg:{{colors.surface_variant.default.hex}} fg:{{colors.on_surface_variant.default.hex}}" impure_msg = '(impure)' pure_msg = '(pure)'