mirror of
https://github.com/starship/starship.git
synced 2026-06-24 02:01:36 +07:00
feat(buf): Add Buf module (#3661)
* Add initial Buf module logic * Add tests for Buf module * Add initial draft of docs * cargo fmt * Fix config table formatting * Run dprint * Run clippy --fix * cargo fmt * Add space after emoji * Fix spacing discrepancy * Switch to Nerd Font from emoji * Fix up docs merge conflict handling Co-authored-by: Matan Kushner <hello@matchai.dev>
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
[aws]
|
||||
symbol = " "
|
||||
|
||||
[buf]
|
||||
symbol = " "
|
||||
|
||||
[conda]
|
||||
symbol = " "
|
||||
|
||||
|
||||
@@ -1,3 +1,6 @@
|
||||
[buf]
|
||||
format = "via [$symbol]($style)"
|
||||
|
||||
[cmake]
|
||||
format = "via [$symbol]($style)"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user