diff --git a/starship/starship.toml b/starship/starship.toml index 57dd8ef..6df0abe 100644 --- a/starship/starship.toml +++ b/starship/starship.toml @@ -1,8 +1,10 @@ "$schema" = 'https://starship.rs/config-schema.json' format = """ -$username@$hostname $sudo: $directory\ -$git_status $git_branch$character""" - +$username@$hostname: $character""" +right_format = """ +$directory\ +$git_status$git_branch +""" [hostname] ssh_only = false style = 'bold blue dimmed'