From e8243a159d38feeb02a6c9bb23a003268af8cd15 Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Mon, 20 Jan 2025 13:46:05 +0100 Subject: [PATCH] feat(starship): update shell settings configuration - Enable `shell.disabled` option to ensure shell functionality. - Add `shell.fish_indicator` with a fish emoji for Fish shell users. --- modules/home/cli-apps/starship/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/home/cli-apps/starship/default.nix b/modules/home/cli-apps/starship/default.nix index 943dd87..a43fd44 100644 --- a/modules/home/cli-apps/starship/default.nix +++ b/modules/home/cli-apps/starship/default.nix @@ -27,6 +27,8 @@ in programs.starship = { enable = true; settings = { + shell.disabled = false; + shell.fish_indicator = "🐟"; container.format = "[\\[$name\\]]($style) "; git_status = { ahead = "⇡\${count}";