From bf334e860b350682450c37e4e67226b21857fee0 Mon Sep 17 00:00:00 2001 From: quak Date: Tue, 1 Oct 2024 18:59:36 +0200 Subject: [PATCH] . --- starship/.config/starship.toml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/starship/.config/starship.toml b/starship/.config/starship.toml index b156aae..f7de769 100755 --- a/starship/.config/starship.toml +++ b/starship/.config/starship.toml @@ -12,10 +12,9 @@ $git_branch[-](zx_light_magenta)$git_status\ $jobs\ [⟩ ](bold zx_dark_cyan)\ $fill$status\ -\n[╰─](bold) $python +\n[╰─](bold) $python\ """ -# \n[╰─](bold zx_light_magenta) # Disable the blank line at the start of the prompt add_newline = false @@ -96,7 +95,7 @@ use_12hr = false [status] disabled = false style = "fg:zx_white" -format = ' [\[](bold fg:zx_green)[$symbol]($style)[\]](bold zx_green) ' +format = ' [\[](bold fg:zx_green)[$symbol]($style)[\]](bold zx_green)' symbol = '[err](bold)' success_symbol = '[ok](bold)'