From e504cf11e1f0103589a767e4daf64b00ca96543c Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Tue, 29 Jul 2025 19:01:09 +0700 Subject: [PATCH] starship: fix trailing newline (#1738) --- .config/starship.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.config/starship.toml b/.config/starship.toml index 26aed07fa..2e3f7db96 100644 --- a/.config/starship.toml +++ b/.config/starship.toml @@ -12,8 +12,7 @@ add_newline = false # """ format = """ $cmd_duration 󰜥 $directory $git_branch -$character -""" +$character""" # Replace the "❯" symbol in the prompt with "➜" [character] # The name of the module we are configuring is "character"