From 50fc1ea279eaec3035106bc06d2c2bc43035449f Mon Sep 17 00:00:00 2001 From: Ismo Vuorinen Date: Tue, 19 Sep 2023 08:48:53 +0300 Subject: [PATCH] chore(config): starship: show hostname always --- config/starship.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/config/starship.toml b/config/starship.toml index bf4a841..dc30c84 100644 --- a/config/starship.toml +++ b/config/starship.toml @@ -7,7 +7,7 @@ $directory\ $git_branch\ $git_state\ $git_status\ -$fill\ +$fill \ $battery\ $username\ $hostname\ @@ -75,6 +75,8 @@ symbol = " " [hostname] ssh_symbol = " " +ssh_only = false +format = '[$ssh_symbol](bold blue)[$hostname](bold red) ' [nodejs] symbol = " "