Created
January 3, 2020 15:56
-
-
Save ryansch/e9a17ade29051a3983ddd3666d842c81 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
# 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