Skip to content

Instantly share code, notes, and snippets.

@porn
Last active June 16, 2021 10:23
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 porn/b4fcb4d7515cd75e23b042a7653e6719 to your computer and use it in GitHub Desktop.
Save porn/b4fcb4d7515cd75e23b042a7653e6719 to your computer and use it in GitHub Desktop.
# vim: filetype=dosini:
add_newline = false
[username]
show_always = true
format = '[$user](bold green)'
[hostname]
ssh_only = false
format = '[@$hostname](bold green):'
[directory]
style = 'bold blue'
[character]
success_symbol = '[\$]("")'
error_symbol = '[\$](bold red)'
[git_branch]
format = '\([$branch]($style)'
style = 'green'
[git_status]
format = '( [$all_status$ahead_behind](""))\) '
style = 'bold green'
stashed = '[\$](bold blue)'
staged = '[+](bold green)'
modified = '[*](red)'
untracked = '[%](bright-red)'
ahead = '>'
behind = '<'
diverged = '<>'
[time]
disabled = false
style = 'dimmed'
[python]
disabled = true
[line_break]
disabled = true
[package]
disabled = true
[aws]
disabled = true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment