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) "