summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.config/starship.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.config/starship.toml b/.config/starship.toml
index 94fd0b6..8878be7 100644
--- a/.config/starship.toml
+++ b/.config/starship.toml
@@ -8,6 +8,9 @@ error_symbol = "[✗](bold red) "
[cmd_duration]
disabled = true
+[username]
+format = "[$user]($style)"
+
[hostname]
ssh_only = true
format = "@[$hostname](bold red) "