From 777ed91041e2c3bed49bd66b363e7228964556e6 Mon Sep 17 00:00:00 2001 From: punkfairie <23287005+punkfairie@users.noreply.github.com> Date: Sun, 3 Mar 2024 14:32:30 -0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20fix(starship):=20Fix=20prompt=20?= =?UTF-8?q?icon=20spacing?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/starship.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/starship.toml b/.config/starship.toml index f93eab9..c44d9be 100644 --- a/.config/starship.toml +++ b/.config/starship.toml @@ -1,7 +1,7 @@ palette = "catppuccin_mocha" [character] -success_symbol = "[[ ](pink) ❯](green)" +success_symbol = "[[](pink) ❯](green)" error_symbol = "[❯](red)" vimcmd_symbol = "[❮](green)" vimcmd_replace_one_symbol = "[❮](green)"