aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/starship.toml
diff options
context:
space:
mode:
Diffstat (limited to 'starship.toml')
-rw-r--r--starship.toml16
1 files changed, 11 insertions, 5 deletions
diff --git a/starship.toml b/starship.toml
index 1c6cfcd..635d941 100644
--- a/starship.toml
+++ b/starship.toml
@@ -1,18 +1,24 @@
format = """
+($username($hostname) in )\
$all\
"""
add_newline = false
-right_format = """
-$cmd_duration \
-$status\
-"""
-
[fill]
disabled = true
symbol = ""
+[username]
+format = "[$user]($style)"
+
+[hostname]
+format = " on [$hostname]($style)"
+
+[character]
+success_symbol = "[❯](green)"
+error_symbol = "[❯](red)"
+
[aws]
symbol = " "