From 360afecb750bdb0e15f979bc246044392aceb3c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matej=20Jane=C5=BEi=C4=8D?= Date: Sun, 19 Jan 2025 23:39:18 +0100 Subject: [PATCH] feat(starship): always display on hostname --- starship/config.toml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/starship/config.toml b/starship/config.toml index 84ad835..e9d9d42 100644 --- a/starship/config.toml +++ b/starship/config.toml @@ -1,7 +1,7 @@ add_newline = false format = """\ -$username$hostname\ +$hostname\ [$directory](cyan)\ $git_branch\ $git_commit\ @@ -52,10 +52,7 @@ python_binary = 'python' pyenv_version_name = false detect_files = [ '.python-version' ] -[username] -format = '[$user@]($style)' - [hostname] +ssh_only = false style = 'bold yellow' -format = '[$ssh_symbol$hostname]($style) ' -ssh_symbol = '' +format = '[$hostname]($style) on '