From 69ea3265943affe915adb1252a1a8af2dfe3e34a Mon Sep 17 00:00:00 2001 From: Florian Schmitt Date: Mon, 25 Mar 2024 22:56:56 +0300 Subject: [PATCH] fix(starship): space after arrow --- dotfiles/starship/starship.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dotfiles/starship/starship.toml b/dotfiles/starship/starship.toml index 2a90f71..39f5aa7 100644 --- a/dotfiles/starship/starship.toml +++ b/dotfiles/starship/starship.toml @@ -6,8 +6,8 @@ right_format = '$all' add_newline = true # Inserts a blank line between shell prompts [character] -success_symbol = '[➜](bold green)' -error_symbol = "[➜](bold red)" +success_symbol = '[➜ ](bold green)' +error_symbol = '[➜ ](bold red)' #[custom.tztime] #command = 'date +"%a %d %b %H:%M%p"'