diff --git a/modules/terminal-life/starship.toml.nix b/modules/terminal-life/starship.toml.nix index b0d24ce2..ac71af72 100644 --- a/modules/terminal-life/starship.toml.nix +++ b/modules/terminal-life/starship.toml.nix @@ -6,15 +6,11 @@ # You can also replace your username with a neat symbol like  to save some space username = { - style_user = "bg:#000000 fg:#F85E84"; - style_root = "bg:#F85E84 fg:#000000"; format = ''[$user ]($style)''; }; hostname = { - ssh_symbol = ""; - trim_at = ""; - style = "bg:#000000 fg:#F85E84"; + format = ''[$ssh_symbol$hostname ]($style)''; }; character = {