change symbol in starship

This commit is contained in:
2025-04-30 12:40:51 +08:00
parent 0f170ac4df
commit 1985472d91

View File

@@ -1,18 +1,17 @@
"$schema" = 'https://starship.rs/config-schema.json' "$schema" = 'https://starship.rs/config-schema.json'
# [](color_orange)\
format = """ format = """
[](color_orange)\ [](color_orange)\
[ ](bg:color_orange)\ [ ](bg:color_orange)\
$os\ $os\
$username\ $username\
$hostname\ $hostname\
[](bg:color_yellow fg:color_orange)\ [](bg:color_yellow fg:color_orange)\
$directory\ $directory\
[](fg:color_yellow bg:color_aqua)\ [](fg:color_yellow bg:color_aqua)\
$git_branch\ $git_branch\
$git_status\ $git_status\
[](fg:color_aqua bg:color_blue)\ [](fg:color_aqua bg:color_blue)\
$c\ $c\
$rust\ $rust\
$golang\ $golang\
@@ -22,10 +21,10 @@ $java\
$kotlin\ $kotlin\
$haskell\ $haskell\
$python\ $python\
[](fg:color_blue bg:color_bg3)\ [](fg:color_blue bg:color_bg3)\
$docker_context\ $docker_context\
$conda\ $conda\
[](fg:color_bg3 bg:color_bg1)\ [](fg:color_bg3 bg:color_bg1)\
$time\ $time\
$cmd_duration\ $cmd_duration\
[ ](fg:color_bg1)\ [ ](fg:color_bg1)\
@@ -33,7 +32,7 @@ $fill\
$line_break$\ $line_break$\
character""" character"""
# [] # []
palette = 'gruvbox_dark' palette = 'gruvbox_dark'