summaryrefslogtreecommitdiff
path: root/.config/starship.toml
diff options
context:
space:
mode:
Diffstat (limited to '.config/starship.toml')
-rw-r--r--.config/starship.toml20
1 files changed, 0 insertions, 20 deletions
diff --git a/.config/starship.toml b/.config/starship.toml
deleted file mode 100644
index be844b1..0000000
--- a/.config/starship.toml
+++ /dev/null
@@ -1,20 +0,0 @@
-[line_break]
-disabled = true
-
-[package]
-disabled = true
-
-[character]
-success_symbol = "[➜](bold green) "
-error_symbol = "[✗](bold red) "
-vicmd_symbol = "[](bold white) "
-
-[cmd_duration]
-disabled = true
-
-[username]
-format = "[$user]($style)"
-
-[hostname]
-ssh_only = true
-format = "@[$hostname]($style) "