mirror of
https://github.com/starship/starship.git
synced 2026-06-23 02:05:51 +07:00
* feat: Open Policy Agent module (#1740) * Format documentation * Fix typo, `ropa` -> `rego` Co-authored-by: David Knaack <davidkna@users.noreply.github.com> * Update presets for OPA module * Add extra space to OPA module symbol Co-authored-by: David Knaack <davidkna@users.noreply.github.com>
This commit is contained in:
@@ -100,6 +100,9 @@ format = '\[[$symbol($version)]($style)\]'
|
||||
[ocaml]
|
||||
format = '\[[$symbol($version)(\($switch_indicator$switch_name\))]($style)\]'
|
||||
|
||||
[opa]
|
||||
format = '\[[$symbol($version)]($style)\]'
|
||||
|
||||
[openstack]
|
||||
format = '\[[$symbol$cloud(\($project\))]($style)\]'
|
||||
|
||||
|
||||
@@ -61,6 +61,9 @@ format = 'via [$symbol]($style)'
|
||||
[ocaml]
|
||||
format = 'via [$symbol(\($switch_indicator$switch_name\) )]($style)'
|
||||
|
||||
[opa]
|
||||
format = 'via [$symbol]($style)'
|
||||
|
||||
[perl]
|
||||
format = 'via [$symbol]($style)'
|
||||
|
||||
|
||||
@@ -97,6 +97,9 @@ symbol = "nix "
|
||||
[ocaml]
|
||||
symbol = "ml "
|
||||
|
||||
[opa]
|
||||
symbol = "opa "
|
||||
|
||||
[package]
|
||||
symbol = "pkg "
|
||||
|
||||
|
||||
Reference in New Issue
Block a user