Created
July 17, 2020 01:59
-
-
Save ace3/ef44c5f78f26b8529903f5bf15233d05 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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