From fd24b0d6138b445f441044391630ed0aeaeb0a2a Mon Sep 17 00:00:00 2001 From: Christoph Schmatzler Date: Wed, 4 Mar 2026 10:11:18 +0000 Subject: [PATCH] up Signed-off-by: Christoph Schmatzler --- profiles/starship.nix | 9 --------- 1 file changed, 9 deletions(-) diff --git a/profiles/starship.nix b/profiles/starship.nix index 3cfc344..3a8aa82 100644 --- a/profiles/starship.nix +++ b/profiles/starship.nix @@ -14,9 +14,6 @@ directory = { truncate_to_repo = false; }; - dotnet = { - detect_files = ["global.json" "Directory.Build.props" "Directory.Build.targets" "Packages.props"]; - }; git_branch = { disabled = true; symbol = " "; @@ -36,15 +33,9 @@ shell = ["jj-starship" "--strip-bookmark-prefix" "cschmatzler/" "--truncate-name" "20" "--bookmarks-display-limit" "1"]; format = "$output "; }; - golang = { - symbol = " "; - }; lua = { symbol = " "; }; - nix_shell = { - symbol = " "; - }; package = { disabled = true; };