add starship prompt

This commit is contained in:
Yax 2022-04-03 18:50:37 +02:00
parent a5fedb7e28
commit 0150cb0884
2 changed files with 39 additions and 44 deletions

View file

@ -1,21 +1,10 @@
# Inserts a blank line between shell prompts
add_newline = false
[git_status]
conflicted = "⚔️ "
ahead = "🏎️ 💨 ×${count}"
behind = "🐢 ×${count}"
diverged = "🔱 🏎️ 💨 ×${ahead_count} 🐢 ×${behind_count}"
untracked = "🛤️ ×${count}"
stashed = "📦 "
modified = "📝 ×${count}"
staged = "🗃️ ×${count}"
renamed = "📛 ×${count}"
deleted = "🗑️ ×${count}"
style = "bright-white"
format = "$all_status$ahead_behind"
add_newline = true
[directory]
truncation_length = 5
truncation_symbol = "…/"
truncate_to_repo = false
[package]
disabled = true