feat: Add a module for C projects (#3631)

Co-authored-by: David Knaack <davidkna@users.noreply.github.com>
This commit is contained in:
David Cantrell
2022-03-25 04:10:19 +00:00
committed by GitHub
parent b90d1164f5
commit 0863146f07
12 changed files with 371 additions and 0 deletions
@@ -1,6 +1,9 @@
[aws]
format = '\[[$symbol($profile)(\($region\))(\[$duration\])]($style)\]'
[c]
format = '\[[$symbol($version(-$name))]($style)\]'
[cmake]
format = '\[[$symbol($version)]($style)\]'
@@ -4,6 +4,9 @@ symbol = " "
[buf]
symbol = " "
[c]
symbol = " "
[conda]
symbol = " "
@@ -16,6 +16,9 @@ deleted = "x"
[aws]
symbol = "aws "
[c]
symbol = "C "
[cobol]
symbol = "cobol "