Last active
June 16, 2021 10:23
-
-
Save porn/b4fcb4d7515cd75e23b042a7653e6719 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
# 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