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]