From f4c42d3d94ecb967a35a1d38caa3bc9878895fda Mon Sep 17 00:00:00 2001 From: imbytecat Date: Wed, 8 Apr 2026 11:22:38 +0800 Subject: [PATCH] =?UTF-8?q?refactor(zsh):=20=E5=B0=86=20Starship=20PHP=20?= =?UTF-8?q?=E6=A8=A1=E5=9D=97=E6=9B=BF=E6=8D=A2=E4=B8=BA=20Python?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- home/.config/starship.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/home/.config/starship.toml b/home/.config/starship.toml index 34116d9..8559459 100644 --- a/home/.config/starship.toml +++ b/home/.config/starship.toml @@ -12,7 +12,7 @@ $git_status\ $nodejs\ $rust\ $golang\ -$php\ +$python\ [](fg:#212736 bg:#1d2230)\ $time\ [ ](fg:#1d2230)\ @@ -54,8 +54,8 @@ symbol = "" style = "bg:#212736" format = '[[ $symbol ($version) ](fg:#769ff0 bg:#212736)]($style)' -[php] -symbol = "" +[python] +symbol = "" style = "bg:#212736" format = '[[ $symbol ($version) ](fg:#769ff0 bg:#212736)]($style)'