diff --git a/nix/homeModules/common/starship/starship.toml b/nix/homeModules/common/starship/starship.toml index a1e10ee1..ff475093 100644 --- a/nix/homeModules/common/starship/starship.toml +++ b/nix/homeModules/common/starship/starship.toml @@ -4,13 +4,12 @@ format = """ $status$hostname$directory$username\ $nix_shell\ $golang$haskell$rust$typst$python -$character -""" +$character""" + right_format = """ $cmd_duration\ $time\ -$git_state$git_branch$git_commit$git_status -""" +$git_state$git_branch$git_commit$git_status""" #################### Theme ####################