From 1985472d914463da25db06f9c98130482a29e4bb Mon Sep 17 00:00:00 2001 From: gwbeip Date: Wed, 30 Apr 2025 12:40:51 +0800 Subject: [PATCH] change symbol in starship --- starship/starship.toml | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/starship/starship.toml b/starship/starship.toml index eeead43..a44af79 100644 --- a/starship/starship.toml +++ b/starship/starship.toml @@ -1,18 +1,17 @@ "$schema" = 'https://starship.rs/config-schema.json' -# [](color_orange)\ format = """ [](color_orange)\ [ ](bg:color_orange)\ $os\ $username\ $hostname\ -[](bg:color_yellow fg:color_orange)\ +[](bg:color_yellow fg:color_orange)\ $directory\ -[](fg:color_yellow bg:color_aqua)\ +[](fg:color_yellow bg:color_aqua)\ $git_branch\ $git_status\ -[](fg:color_aqua bg:color_blue)\ +[](fg:color_aqua bg:color_blue)\ $c\ $rust\ $golang\ @@ -22,10 +21,10 @@ $java\ $kotlin\ $haskell\ $python\ -[](fg:color_blue bg:color_bg3)\ +[](fg:color_blue bg:color_bg3)\ $docker_context\ $conda\ -[](fg:color_bg3 bg:color_bg1)\ +[](fg:color_bg3 bg:color_bg1)\ $time\ $cmd_duration\ [ ](fg:color_bg1)\ @@ -33,7 +32,7 @@ $fill\ $line_break$\ character""" -# [] +# [] palette = 'gruvbox_dark'