diff --git a/home/.config/starship.toml b/home/.config/starship.toml index 26bbc72..6327575 100644 --- a/home/.config/starship.toml +++ b/home/.config/starship.toml @@ -11,3 +11,10 @@ truncation_length = 1 [gcloud] disabled=true + +[hostname] +ssh_only = false +format = "[$hostname]($style):" + +[username] +format = "[$user]($style)@"