From 08e168add72766d18cba9206a4cfc9dfe11b7952 Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Sat, 9 Dec 2023 01:24:53 -0500 Subject: [PATCH] global/starship: update read only icon --- users/modules/global/starship.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/users/modules/global/starship.nix b/users/modules/global/starship.nix index f628b6f..a2de347 100644 --- a/users/modules/global/starship.nix +++ b/users/modules/global/starship.nix @@ -48,7 +48,7 @@ directory = { style = "cyan"; - read_only = " "; + read_only = " "; format = "[$read_only]($read_only_style)[$path]($style)"; };