summaryrefslogtreecommitdiff
path: root/starship
diff options
context:
space:
mode:
authorSeth Flynn <[email protected]>2021-10-21 15:49:19 -0400
committerSeth Flynn <[email protected]>2021-10-21 15:51:45 -0400
commita23cd449ae9e41d3c7681924ad740b5a7c8398a0 (patch)
treeeefb3d6b2215fb817989f1d67d12771c5981933f /starship
parent19cc17f60df5f754ab2a12f544a64ef4ddcc731e (diff)
switch back to starship prompt
Diffstat (limited to 'starship')
-rw-r--r--starship/.config/starship.toml17
1 files changed, 10 insertions, 7 deletions
diff --git a/starship/.config/starship.toml b/starship/.config/starship.toml
index f522ffe..744befb 100644
--- a/starship/.config/starship.toml
+++ b/starship/.config/starship.toml
@@ -1,13 +1,16 @@
add_newline = false
-[directory]
-format = "in [$path]($style)[$read_only]($read_only_style) "
-
-[hostname]
-ssh_only = false
-format = "@[$hostname](bold purple) "
+[line_break]
+disabled = true
[username]
+disabled = false
show_always = true
-format = "[$user]($style)"
+[hostname]
+ssh_only = false
+
+[cmd_duration]
+min_time = 10000
+show_milliseconds = false
+disabled = false