mirror of
https://github.com/starship/starship.git
synced 2026-06-24 02:01:36 +07:00
feat(c++): adding c++ module (#6570)
This commit is contained in:
committed by
GitHub
parent
daf8d93d27
commit
ed07646099
@@ -11,6 +11,7 @@ $git_branch\
|
||||
$git_status\
|
||||
[](fg:color_aqua bg:color_blue)\
|
||||
$c\
|
||||
$cpp\
|
||||
$rust\
|
||||
$golang\
|
||||
$nodejs\
|
||||
@@ -106,6 +107,11 @@ symbol = " "
|
||||
style = "bg:color_blue"
|
||||
format = '[[ $symbol( $version) ](fg:color_fg0 bg:color_blue)]($style)'
|
||||
|
||||
[cpp]
|
||||
symbol = " "
|
||||
style = "bg:color_blue"
|
||||
format = '[[ $symbol( $version) ](fg:color_fg0 bg:color_blue)]($style)'
|
||||
|
||||
[rust]
|
||||
symbol = ""
|
||||
style = "bg:color_blue"
|
||||
|
||||
Reference in New Issue
Block a user