From 09cfd51689c768b0104316b0d922b461c5a1c870 Mon Sep 17 00:00:00 2001 From: Christoffer Martinsson Date: Sun, 13 Oct 2024 13:43:02 +0200 Subject: [PATCH] Updated starship format --- config/starship.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/starship.toml b/config/starship.toml index 8c3cf9d..c73909c 100644 --- a/config/starship.toml +++ b/config/starship.toml @@ -1,8 +1,8 @@ add_newline = false # A minimal left prompt -format = """$directory$character""" -# move the rest of the prompt to the right -right_format = """$all""" +format = """$directory$git_branch $git_commit$git_status$character""" +# # move the rest of the prompt to the right +# right_format = """$git_branch $git_commit $git_status""" command_timeout = 1000 [character]