summaryrefslogtreecommitdiffstatshomepage
path: root/starship.toml
diff options
context:
space:
mode:
authorToby Vincent <tobyv13@gmail.com>2021-11-14 19:53:33 -0600
committerToby Vincent <tobyv13@gmail.com>2021-11-14 19:53:33 -0600
commitdd3c39259c913d5195f5f655a1c93bbc34cd5ebe (patch)
tree9d0834c923e1e2e71634b9e4057128acc18797e2 /starship.toml
parentca7d443f161afc2d7400c0255696bfbf1a0a043c (diff)
revert: reset username hostname to default
Diffstat (limited to 'starship.toml')
-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)"