From 29c76ff654f9099f3a3e3ad2f0919ad0ee3bfd7b Mon Sep 17 00:00:00 2001 From: Vidhu Kant Sharma Date: Fri, 29 Aug 2025 16:21:10 +0530 Subject: removed space before starship prompt --- .config/starship.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.config') diff --git a/.config/starship.toml b/.config/starship.toml index e42ae40..383b12d 100644 --- a/.config/starship.toml +++ b/.config/starship.toml @@ -1,6 +1,6 @@ # Don't print a new line at the start of the prompt add_newline = false -format = " $all " +format = "$all " palette = "catppuccin_mocha" line_break.disabled = true -- cgit v1.2.3