Skip to content

Instantly share code, notes, and snippets.

@alyx
Created May 26, 2019 05:57
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 alyx/324a2c569b3196b586855989fc8ee39b to your computer and use it in GitHub Desktop.
Save alyx/324a2c569b3196b586855989fc8ee39b to your computer and use it in GitHub Desktop.
shitty vcsparty concept ruleset
# Just .py for syntax highlighting tbh
# %p = project
# %r = repo
# %u = url
# %c = commit id
# %a = author
# %b = branch
# %f = files
# %m = commit message
# --
# Colors:
# \[RED] = red
# \[BLUE] = blue
# ...etc.
#cmouse++: talkiebob999 * [master] r3368 | / (229 files in 29 dirs): Updated this
msg = "\[ORANGE]%p: \[YELLOW]%a * \[NORM][%b] \[GRAY]%c | \[CYAN]/ (%f): \[NORM]%m"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment