change back starship

This commit is contained in:
2025-05-01 08:57:23 +08:00
parent 1985472d91
commit 5fa463e98a

View File

@@ -1,17 +1,16 @@
"$schema" = 'https://starship.rs/config-schema.json' "$schema" = 'https://starship.rs/config-schema.json'
format = """ format = """
[](color_orange)\ [](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\
@@ -21,18 +20,18 @@ $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)\
$fill\ $fill\
$line_break$\ $line_break$\
character""" character"""
# [] # []
palette = 'gruvbox_dark' palette = 'gruvbox_dark'