From 599583f2cd38a6b1da11c3db640c700e3e137207 Mon Sep 17 00:00:00 2001 From: Kitty Fangs Date: Fri, 10 May 2024 17:14:22 +0000 Subject: [PATCH] fix: added space to error starship config to prevent clipping --- home/.config/starship.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/.config/starship.toml b/home/.config/starship.toml index a7c9014..c2bb741 100644 --- a/home/.config/starship.toml +++ b/home/.config/starship.toml @@ -152,7 +152,7 @@ format = '[ $time ]($style)' style = 'bg:#47225e' symbol = '🔴' success_symbol = '🟢' -format = '[ $symbol$common_meaning$signal_name$maybe_int ]($style)' +format = '[ $symbol $common_meaning$signal_name$maybe_int ]($style)' map_symbol = true disabled = false