summaryrefslogtreecommitdiff
path: root/.config/starship.toml
diff options
context:
space:
mode:
Diffstat (limited to '.config/starship.toml')
-rw-r--r--.config/starship.toml7
1 files changed, 7 insertions, 0 deletions
diff --git a/.config/starship.toml b/.config/starship.toml
index 8b65912..b7f4b23 100644
--- a/.config/starship.toml
+++ b/.config/starship.toml
@@ -7,3 +7,10 @@ error_symbol = "[✗](bold red) "
[cmd_duration]
disabled = true
+
+[username]
+format = "[$user]($style)"
+
+[hostname]
+ssh_only = true
+format = "@[$hostname]($style) "