From a72b91e25b60b360dded3553157b37f1db7e6cd7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9ana=20=E6=B1=9F?= Date: Mon, 24 Nov 2025 18:28:54 +0800 Subject: [PATCH] home/starship: show ghc_version --- nix/homeModules/common/starship/starship.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/homeModules/common/starship/starship.toml b/nix/homeModules/common/starship/starship.toml index c3f257f9..88a7587d 100644 --- a/nix/homeModules/common/starship/starship.toml +++ b/nix/homeModules/common/starship/starship.toml @@ -97,7 +97,7 @@ style = "bold #239dad" # style = 'bold #b07219' [haskell] -format = '[ $version]($style)' +format = '[ $ghc_version]($style)' style = "bold #5e5086" #################### Language modules ####################