diff --git a/home/starship.nix b/home/starship.nix index b6c81d0..1ed8dee 100644 --- a/home/starship.nix +++ b/home/starship.nix @@ -10,7 +10,7 @@ hostname = { ssh_only = false; format = "on [$hostname](bold red) "; - trim_at = ".companyname.com"; + trim_at = ".local"; disabled = false; }; };