Skip to content

Instantly share code, notes, and snippets.

@bddvlpr
Created June 30, 2022 15:19
Show Gist options
  • Save bddvlpr/49f7ccdfa33807d64027119b36971641 to your computer and use it in GitHub Desktop.
Save bddvlpr/49f7ccdfa33807d64027119b36971641 to your computer and use it in GitHub Desktop.
format = """
(#716ffb)\
$username\
[](fg:#716ffb bg:#25252d)\
$directory\
[](fg:#25252d bg:#716ffb)\
$git_branch\
$git_status\
[](fg:#716ffb bg:#25252d)\
$docker_context\
[](fg:#25252d bg:#716ffb)\
$time\
[ ](fg:#716ffb)\
"""
[username]
show_always = true
style_user = "bg:#716ffb"
style_root = "bg:#716ffb"
format = '[  ]($style)'
[directory]
style = "bg:#25252d"
format = "[ $path ]($style)"
truncation_length = 2
truncation_symbol = "…/"
[directory.substitutions]
#"Documents" = " "
#"Downloads" = " "
#"Music" = " "
#"Pictures" = " "
[docker_context]
symbol = " "
only_with_files=false
style = "bg:#25252d"
format = '[[ $symbol $context ](bg:#25252d)]($style)$path'
[git_branch]
symbol = ""
style = "bg:#716ffb"
format = '[[ $symbol $branch ](bg:#716ffb)]($style)'
[git_status]
style = "bg:#716ffb"
format = '[[($all_status$ahead_behind )](bg:#716ffb)]($style)'
[time]
disabled = false
time_format = "%R"
style = "bg:#716ffb"
format = '[[  $time ](bg:#716ffb)]($style)'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment