From 56a555c5263652a8e399e6690470bab4487aa20f Mon Sep 17 00:00:00 2001 From: Zhongheng Liu Date: Tue, 14 Oct 2025 13:27:46 +0200 Subject: [PATCH] make the starship formatting a bit better --- starship/starship.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/starship/starship.toml b/starship/starship.toml index 5d9dada..57dd8ef 100644 --- a/starship/starship.toml +++ b/starship/starship.toml @@ -1,7 +1,7 @@ "$schema" = 'https://starship.rs/config-schema.json' format = """ $username@$hostname $sudo: $directory\ -$git_status $git_branch $character""" +$git_status $git_branch$character""" [hostname] ssh_only = false