aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorToby Vincent <tobyv13@gmail.com>2022-08-25 18:33:32 -0500
committerToby Vincent <tobyv13@gmail.com>2022-08-25 18:33:32 -0500
commit8d467b985a5f2b0e942384df199719ce0d7693f4 (patch)
tree8861206018198351f26a57358dbeef4548b65657
parentc20bb07a07f5e609e8e68930722dc67328077736 (diff)
feat(starship): remove ssh symbol from prompt
-rw-r--r--starship/.config/starship.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/starship/.config/starship.toml b/starship/.config/starship.toml
index 16a8f18..478eeb7 100644
--- a/starship/.config/starship.toml
+++ b/starship/.config/starship.toml
@@ -8,6 +8,9 @@ add_newline = false
disabled = true
symbol = ""
+[hostname]
+format = "[$hostname]($style) in "
+
[character]
success_symbol = "[❯](green)"
error_symbol = "[❯](red)"