Skip to content

Instantly share code, notes, and snippets.

@ace3
Created July 17, 2020 01:59
Show Gist options
  • Save ace3/ef44c5f78f26b8529903f5bf15233d05 to your computer and use it in GitHub Desktop.
Save ace3/ef44c5f78f26b8529903f5bf15233d05 to your computer and use it in GitHub Desktop.
# Disable the newline at the start of the prompt
add_newline = false
# Wait 10 milliseconds for starship to check files under the current directory.
scan_timeout = 10
[battery]
full_symbol = "πŸ”‹"
charging_symbol = "⚑️"
discharging_symbol = "πŸ’€"
[character]
style_success = "#ff69b4"
symbol = "➜"
error_symbol = "βœ—"
use_symbol_for_status = true
[directory]
style = "#ba55d3"
truncation_length = 0
truncate_to_repo = false
[dotnet]
symbol = "πŸ₯… "
style = "green"
heuristic = false
[golang]
symbol = "πŸŽπŸ’¨ "
[env_var]
disabled = false
[git_branch]
style = "#dda0dd"
symbol = "β™₯:"
#truncation_length = 4
truncation_symbol = ""
[git_commit]
disabled = false
commit_hash_length = 4
[git_state]
progress_divider = " of "
cherry_pick = "πŸ’ PICKING"
[git_status]
conflicted = "🏳 "
ahead = "🏎 πŸ’¨"
behind = "😰"
diverged = "😡"
untracked = "🀷<200d>"
modified = "πŸ“"
staged.value = "++"
staged.style = "green"
staged_count.enabled = true
staged_count.style = "green"
renamed = "πŸ‘…"
deleted = "πŸ—‘ "
[hostname]
ssh_only = false
prefix = "βŸͺ"
suffix = "⟫"
trim_at = ".companyname.com"
disabled = true
[jobs]
symbol = "+ "
threshold = 4
[memory_usage]
show_percentage = true
show_swap = true
threshold = -1
symbol = " "
separator = "/"
style = "bold dimmed green"
[nodejs]
style = "#ffc0cb"
[ruby]
symbol = " "
style = "#ffc0cb"
[package]
style = "#ffc0cb"
symbol = "ο£–"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment