diff --git a/home/dot_config/starship.toml b/home/dot_config/starship.toml index 2243e0a..10d0cb8 100644 --- a/home/dot_config/starship.toml +++ b/home/dot_config/starship.toml @@ -148,7 +148,7 @@ symbol = " " format = "[$user]($style) " show_always = true -[[custom.hostname-pretty]] +[custom.hostname-pretty] command = "hostnamectl --pretty" when = "hostnamectl --pretty" style = "bold blue"