Skip to content

Instantly share code, notes, and snippets.

@roberocity
Last active September 21, 2021 16:15
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 roberocity/a74609e261e5340ec0256f302345f66d to your computer and use it in GitHub Desktop.
Save roberocity/a74609e261e5340ec0256f302345f66d to your computer and use it in GitHub Desktop.
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