diff --git a/home/dot_config/starship.toml b/home/dot_config/starship.toml index 2053c82..a85ce8a 100644 --- a/home/dot_config/starship.toml +++ b/home/dot_config/starship.toml @@ -2,7 +2,7 @@ format = """ $username\ -$hostname\ +${custom.hostname-pretty}\ $localip\ $shlvl\ $singularity\ @@ -151,6 +151,6 @@ show_always = true [custom.hostname-pretty] command = "hostnamectl --pretty" when = "hostnamectl --pretty" -style = "bold blue" -format = "[$output]($style) " +style = "bold red" +format = "on [$output]($style) "