From cc8121153b7cb9ef31427f7ce14228f3ecb40681 Mon Sep 17 00:00:00 2001 From: Andrey Date: Fri, 30 Jan 2026 19:05:45 +0100 Subject: [PATCH] another prompt reshuffle --- .starship.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.starship.toml b/.starship.toml index 1b97729..1d4a69b 100644 --- a/.starship.toml +++ b/.starship.toml @@ -1,7 +1,7 @@ add_newline = false -format = """$fill${custom.docker_compose}$git_branch$git_status $username[@](red)$hostname $time +format = """${custom.docker_compose}$git_branch$git_status$fill$directory $character""" -right_format = """$cmd_duration$directory""" +right_format = """$cmd_duration$username[@](red)$hostname $time""" [git_branch] format = "[$branch]($style) "