From 968d10f2852380266b234d35bc57d4c19af48f8b Mon Sep 17 00:00:00 2001 From: liv Date: Tue, 13 Aug 2024 20:46:17 +0200 Subject: [PATCH] replace the default prompt char for starship --- home/common/cli/fish.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/home/common/cli/fish.nix b/home/common/cli/fish.nix index 9cf5009..620a60a 100644 --- a/home/common/cli/fish.nix +++ b/home/common/cli/fish.nix @@ -129,6 +129,12 @@ programs.starship = { enable = true; enableFishIntegration = true; + settings = { + character = { + success_symbol = "[~](green)"; + error_symbol = "[~](red)"; + }; + }; }; programs.zoxide = {