mirror of
https://github.com/srid/nixos-config.git
synced 2026-05-10 00:25:57 +08:00
starship: exclude .local on mac
This commit is contained in:
parent
e619729f7d
commit
64fb9a8d93
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@
|
|||
hostname = {
|
||||
ssh_only = false;
|
||||
format = "on [$hostname](bold red) ";
|
||||
trim_at = ".companyname.com";
|
||||
trim_at = ".local";
|
||||
disabled = false;
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue