From fdee90fee62fa7d660e81d3d4bed6c432bf8d082 Mon Sep 17 00:00:00 2001 From: Zhongheng Liu Date: Wed, 15 Oct 2025 15:11:59 +0200 Subject: [PATCH] update starship shell --- starship/starship.toml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/starship/starship.toml b/starship/starship.toml index 57dd8ef..6df0abe 100644 --- a/starship/starship.toml +++ b/starship/starship.toml @@ -1,8 +1,10 @@ "$schema" = 'https://starship.rs/config-schema.json' format = """ -$username@$hostname $sudo: $directory\ -$git_status $git_branch$character""" - +$username@$hostname: $character""" +right_format = """ +$directory\ +$git_status$git_branch +""" [hostname] ssh_only = false style = 'bold blue dimmed'