Last active
September 21, 2021 16:15
-
-
Save roberocity/a74609e261e5340ec0256f302345f66d 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 | |
format = """ | |
$shell\ | |
$directory\ | |
$git_branch\ | |
$git_commit\ | |
$git_state\ | |
$git_metrics\ | |
$git_status\ | |
$python\ | |
$dotnet\ | |
$nodejs\ | |
$docker_context\ | |
$time\ | |
$status | |
$character""" | |
[shell] | |
disabled = false | |
bash_indicator = "\\$_" | |
powershell_indicator = ">_" | |
format = "[$indicator ](dimmed white)" | |
[docker_context] | |
format = " [$symbol]($style)" | |
[nodejs] | |
format = " [$symbol$version]($style)" | |
[git_branch] | |
format = "[$symbol$branch]($style)" | |
[git_status] | |
format = " [$all_status$ahead_behind]($style)" | |
style = "red" | |
[git_commit] | |
format = " [$hash]($style)" | |
commit_hash_length = 5 | |
only_detached = false | |
style = "dimmed bright-purple" | |
[dotnet] | |
format = " [$symbol $version]($style)[$tfm](pale-green)" | |
symbol = ".NET" | |
style = "green" | |
heuristic = true | |
version_format = "$raw" | |
[python] | |
format = " [$symbol$version ($virtualenv)]($style)" | |
version_format = "$raw" | |
symbol = "py" | |
style = "yellow" | |
[aws] | |
disabled = true | |
[time] | |
format = " [$time]($style)" | |
disabled = false | |
style = "dimmed yellow" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment