From 622929853bc46042b8ab75cc33ea66660db7c36c Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Mon, 15 Nov 2021 12:18:17 -0500 Subject: [PATCH] starship: Use ASCII characters for prompt Now the prompt looks nice in ttys. --- starship/.config/starship.toml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/starship/.config/starship.toml b/starship/.config/starship.toml index c0026386..55700052 100644 --- a/starship/.config/starship.toml +++ b/starship/.config/starship.toml @@ -11,8 +11,11 @@ symbol = "" disabled = true [character] -success_symbol = "[➤](red)[➤](green)[➤](blue)" -error_symbol = "[➤](cyan)[➤](purple)[➤](yellow)" +#success_symbol = "[➤](red)[➤](green)[➤](blue)" +#error_symbol = "[➤](cyan)[➤](purple)[➤](yellow)" +success_symbol = "[>](red)[>](green)[>](blue)" +error_symbol = "[>](cyan)[>](purple)[>](yellow)" +vicmd_symbol = "[<](bold green)" [line_break] disabled = true