summaryrefslogtreecommitdiffstatshomepage
path: root/starship.toml
diff options
context:
space:
mode:
authorToby Vincent <tobyv13@gmail.com>2021-11-14 19:37:51 -0600
committerToby Vincent <tobyv13@gmail.com>2021-11-14 19:37:51 -0600
commit40231ddda83e1352822e5c474c184df173b7c865 (patch)
tree9e009dadbfbf4d15243af81eed799d27325cb453 /starship.toml
parentfca44c4b64276a7f0544b80289317de0cf580c4c (diff)
feat: prompt colors and cleanup
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 = " "