From 98c60059a38229ef522ec562f227ad9a3d1a23e9 Mon Sep 17 00:00:00 2001 From: Yorick Barbanneau Date: Thu, 6 Jun 2024 22:43:11 +0200 Subject: [PATCH] fix: add space after read only icon --- modules/home-manager/cli/starship/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/home-manager/cli/starship/default.nix b/modules/home-manager/cli/starship/default.nix index f88d8fd..2ae30bc 100644 --- a/modules/home-manager/cli/starship/default.nix +++ b/modules/home-manager/cli/starship/default.nix @@ -18,7 +18,7 @@ in truncate_to_repo = false; truncation_length = 6; truncation_symbol = "…/"; - read_only = "󰌾"; + read_only = "󰌾 "; format = "[$read_only]($read_only_style)[$path]($style) "; }; character = {