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 = {