From 32a6cc51f5158bd7232b099935ddce5e15d832c1 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 30 Apr 2022 09:20:54 +0300 Subject: feat: hostname in starfish prompt Sponsored-by: author --- config/starship/config.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/config/starship/config.toml b/config/starship/config.toml index 896d724..9470c95 100644 --- a/config/starship/config.toml +++ b/config/starship/config.toml @@ -11,6 +11,11 @@ style = "bold" [git_metrics] disabled = false +[hostname] +disabled = false +ssh_only = true +style = "blue" + [status] format = '[\[$symbol $status $common_meaning$signal_name$maybe_int\] ]($style)' style = "bold bg:red" -- cgit v1.2.1