Skip to content

Instantly share code, notes, and snippets.

@Link-
Created December 17, 2023 15:13
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Link-/bc5b846b18512334e50d7a5430821f81 to your computer and use it in GitHub Desktop.
Save Link-/bc5b846b18512334e50d7a5430821f81 to your computer and use it in GitHub Desktop.
glich.stream starship configuration
command_timeout = 500
scan_timeout = 10
[character]
success_symbol = "[➜](bold green)"
error_symbol = " [Ξ»](bold red)"
[aws]
disabled=true
[cmd_duration]
format = ""
[time]
disabled = true
time_format = "%T"
format = "[$time]($style)"
utc_time_offset = "+1"
[git_branch]
symbol = "🌱 "
[git_commit]
commit_hash_length = 5
tag_symbol = "πŸ”– "
[git_status]
conflicted = "🏳"
untracked = "🀷"
stashed = "πŸ“¦"
modified = "πŸ“"
staged = '[++\($count\)](green)'
renamed = "πŸ‘…"
deleted = "πŸ—‘"
ahead = "⇑${count}"
diverged = "⇕⇑${ahead_count}⇣${behind_count}"
behind = "⇣${count}"
[python]
pyenv_version_name=false
[container]
format = "[$symbol \\[$name\\]]($style) "
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment