mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-16 02:27:03 +01:00
git images
This commit is contained in:
parent
95ed695f0b
commit
41380e0a71
3 changed files with 25 additions and 8 deletions
|
|
@ -19,4 +19,18 @@ success_symbol = '[➜](bold green)' # The 'success_symbol' segment is being set
|
|||
disabled = true
|
||||
|
||||
# increase command timeout from default 500 milliseconds
|
||||
command_timeout = 1500
|
||||
command_timeout = 1500
|
||||
|
||||
[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"
|
||||
|
|
|
|||
|
|
@ -143,3 +143,6 @@ fi
|
|||
if [ -f "$HOME/.config/starship.toml" ]; then
|
||||
eval "$(starship init zsh)"
|
||||
fi
|
||||
|
||||
# opt out of et telemetry data upload
|
||||
ET_NO_TELEMETRY=1
|
||||
Loading…
Add table
Add a link
Reference in a new issue