From 64fb9a8d93bc5d808a21ea8c11ed923949014a92 Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar Date: Sat, 30 Apr 2022 12:15:35 -0400 Subject: [PATCH] starship: exclude .local on mac --- home/starship.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }; };