mirror of
https://github.com/starship/starship.git
synced 2026-06-23 02:05:51 +07:00
feat(c++): adding c++ module (#6570)
This commit is contained in:
committed by
GitHub
parent
daf8d93d27
commit
ed07646099
@@ -29,6 +29,7 @@ $pijul_channel\
|
||||
$docker_context\
|
||||
$package\
|
||||
$c\
|
||||
$cpp\
|
||||
$cmake\
|
||||
$cobol\
|
||||
$daml\
|
||||
@@ -258,6 +259,10 @@ format = " [buf](italic) [$symbol $version $buf_version]($style)"
|
||||
symbol = "ℂ "
|
||||
format = " [$symbol($version(-$name))]($style)"
|
||||
|
||||
[cpp]
|
||||
symbol = "ℂ "
|
||||
format = " [$symbol($version(-$name))]($style)"
|
||||
|
||||
[conda]
|
||||
symbol = "◯ "
|
||||
format = " conda [$symbol$environment]($style)"
|
||||
|
||||
Reference in New Issue
Block a user