From 9174ea71f8ea2ab68bc970de39d97a2c93e5374a Mon Sep 17 00:00:00 2001 From: Daniel Lundin Date: Fri, 8 Jul 2022 11:03:37 +0200 Subject: [PATCH] starship: fix prompt --- .config/starship.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/starship.toml b/.config/starship.toml index 91d51cf..b50177c 100644 --- a/.config/starship.toml +++ b/.config/starship.toml @@ -9,7 +9,7 @@ $directory\ [character] success_symbol = "%" -error_symbol = "[%%](bold red)" +error_symbol = "[%](bold red)" [line_break] disabled = true