summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2022-04-30 09:20:54 +0300
committerLars Wirzenius <liw@liw.fi>2022-04-30 09:20:54 +0300
commit32a6cc51f5158bd7232b099935ddce5e15d832c1 (patch)
tree8c96c09a55cbb94a0dacb318a9e808489dc4a66d
parentbb176c972d199cb3d11027b0f5134b4615b13a99 (diff)
downloadliw-dot-files-32a6cc51f5158bd7232b099935ddce5e15d832c1.tar.gz
feat: hostname in starfish prompt
Sponsored-by: author
-rw-r--r--config/starship/config.toml5
1 files changed, 5 insertions, 0 deletions
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"