From d072bb491c4ccccf07cbe0af3cc189ecdcfb3ad1 Mon Sep 17 00:00:00 2001 From: imbytecat Date: Wed, 15 Apr 2026 19:19:48 +0800 Subject: [PATCH] =?UTF-8?q?style(starship):=20=E7=A7=BB=E9=99=A4=E7=9B=AE?= =?UTF-8?q?=E5=BD=95=E6=9B=BF=E6=8D=A2=E5=9B=BE=E6=A0=87=E5=90=8E=E7=9A=84?= =?UTF-8?q?=E5=A4=9A=E4=BD=99=E7=A9=BA=E6=A0=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- home/shell/starship.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/home/shell/starship.nix b/home/shell/starship.nix index f3efcb4..982928e 100644 --- a/home/shell/starship.nix +++ b/home/shell/starship.nix @@ -57,11 +57,11 @@ truncation_length = 3; truncation_symbol = "…/"; substitutions = { - Developer = "󰲋 "; - Documents = "󰈙 "; - Downloads = " "; - Music = "󰝚 "; - Pictures = " "; + Developer = "󰲋"; + Documents = "󰈙"; + Downloads = ""; + Music = "󰝚"; + Pictures = ""; }; };