starship: exclude .local on mac

This commit is contained in:
Sridhar Ratnakumar 2022-04-30 12:15:35 -04:00
parent e619729f7d
commit 64fb9a8d93

View file

@ -10,7 +10,7 @@
hostname = {
ssh_only = false;
format = "on [$hostname](bold red) ";
trim_at = ".companyname.com";
trim_at = ".local";
disabled = false;
};
};