zsh: Add starship support
[shutils.git] / dotfiles / shell / starship.toml
diff --git a/dotfiles/shell/starship.toml b/dotfiles/shell/starship.toml
new file mode 100644 (file)
index 0000000..40df2e8
--- /dev/null
@@ -0,0 +1,11 @@
+[directory]
+truncate_to_repo = false
+style = "bold blue"
+truncation_length = 5
+truncation_symbol = "…"
+
+[username]
+style_user = "bold green"
+
+[git_branch]
+style = "bold yellow"