summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--starship.toml7
1 files changed, 0 insertions, 7 deletions
diff --git a/starship.toml b/starship.toml
index 635d941..16a4efa 100644
--- a/starship.toml
+++ b/starship.toml
@@ -1,5 +1,4 @@
format = """
-($username($hostname) in )\
$all\
"""
@@ -9,12 +8,6 @@ add_newline = false
disabled = true
symbol = ""
-[username]
-format = "[$user]($style)"
-
-[hostname]
-format = " on [$hostname]($style)"
-
[character]
success_symbol = "[❯](green)"
error_symbol = "[❯](red)"