From 4125f1424366890a17e08d476683ba5cc6332e5c Mon Sep 17 00:00:00 2001 From: 0xTux <0xtux@pm.me> Date: Mon, 5 Aug 2024 19:23:10 +0530 Subject: [PATCH] update directory style --- modules/home-manager/starship/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/home-manager/starship/default.nix b/modules/home-manager/starship/default.nix index 54830ba..122dcf3 100755 --- a/modules/home-manager/starship/default.nix +++ b/modules/home-manager/starship/default.nix @@ -14,8 +14,8 @@ symbols.NixOS = "󰊠"; }; directory = { - format = "[$path]($style)[ $read_only]($read_only_style) "; - read_only = "󰌾"; + format = "[$path]($style)[$read_only ]($read_only_style)"; + read_only = " 󰌾"; style = "bold blue"; }; git_branch.format = "[$symbol$branch]($style) ";