diff --git a/dot_config/starship.toml.tmpl b/dot_config/starship.toml.tmpl index b5289e4..5915ade 100644 --- a/dot_config/starship.toml.tmpl +++ b/dot_config/starship.toml.tmpl @@ -27,7 +27,8 @@ style_root = 'bold red' format = "[$user]($style)" [hostname] -ssh_only = true +ssh_only = false +detect_env_vars = ['SSH_CONNECTION', 'SUDO_USER'] format = "@[$hostname](bold red) " disabled = false