summaryrefslogtreecommitdiff
path: root/fish
diff options
context:
space:
mode:
authorSeth Flynn <[email protected]>2021-11-23 02:01:32 -0500
committerSeth Flynn <[email protected]>2021-11-23 02:41:50 -0500
commit5c67181386c648ab3996e16616d09556ebe78e0f (patch)
treeab8d0256eaa01f971119f1f2c2fb98d1079fbb22 /fish
parent30bde38cd3188cbb0bba1768e587b487c76a612a (diff)
update configs (again)
Diffstat (limited to 'fish')
-rw-r--r--fish/.config/starship.toml19
1 files changed, 19 insertions, 0 deletions
diff --git a/fish/.config/starship.toml b/fish/.config/starship.toml
new file mode 100644
index 0000000..9684b9a
--- /dev/null
+++ b/fish/.config/starship.toml
@@ -0,0 +1,19 @@
+add_newline = false
+
+#[line_break]
+#disabled = true
+
+[username]
+disabled = false
+show_always = true
+style_user = "bold bright-purple"
+
+[hostname]
+#ssh_only = false
+style = "bold bright-cyan"
+
+[cmd_duration]
+min_time = 10000
+show_milliseconds = false
+disabled = false
+style = "bold purple"