Skip to content

Instantly share code, notes, and snippets.

@ryansch
Created January 3, 2020 15:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryansch/e9a17ade29051a3983ddd3666d842c81 to your computer and use it in GitHub Desktop.
Save ryansch/e9a17ade29051a3983ddd3666d842c81 to your computer and use it in GitHub Desktop.
# add_newline = false
[username]
# show_always = true
style_root = "red"
style_user = "purple"
[hostname]
# ssh_only = false
style = "yellow"
[directory]
style = "green"
[character]
style_success = "green"
style_failure = "red"
[cmd_duration]
style = "yellow"
[git_state]
style = "yellow"
[git_status]
style = "bright-yellow"
stashed = ""
modified.value = "●"
modified.style = "red"
staged.value = "●"
staged.style = "green"
untracked.value = "●"
untracked.style = "purple"
deleted.value = "●"
deleted.style = "yellow"
renamed.value = "●"
renamed.style = "bright-red"
[jobs]
style = "blue"
[aws]
symbol = " "
disabled = true
[battery]
full_symbol = ""
charging_symbol = ""
discharging_symbol = ""
[conda]
symbol = " "
[git_branch]
symbol = " "
style = "cyan"
[golang]
symbol = " "
disabled = true
[hg_branch]
symbol = " "
[java]
symbol = " "
disabled = true
[memory_usage]
symbol = " "
[nodejs]
symbol = " "
disabled = true
[package]
symbol = " "
[php]
symbol = " "
disabled = true
[python]
symbol = " "
disabled = true
[ruby]
symbol = " "
disabled = true
[rust]
symbol = " "
disabled = true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment