Skip to content

Commit

Permalink
starship: update context patterns
Browse files Browse the repository at this point in the history
Signed-off-by: clux <[email protected]>
  • Loading branch information
clux committed Aug 5, 2024
1 parent eec417e commit 45a66c1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/starship.toml
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,9 @@ detect_files = ["Cargo.toml", "Chart.yaml"] # maybe rust detection is better?
style = "bg:black 117"
format = '[[$symbol](bg:black 251)${context}[󰛢](bg:black bold white)${namespace}]($style)'
contexts = [
{ context_pattern = "prod.*", context_alias = "prod", style = "bg:black 204" },
{ context_pattern = "sandbox.*", context_alias = "sbx" },
{ context_pattern = "dev.*", context_alias = "dev" },
{ context_pattern = "legacy-prod.*", context_alias = "prod", style = "bg:black 204" },
{ context_pattern = "legacy-sandbox.*", context_alias = "sbx" },
{ context_pattern = "legacy-dev.*", context_alias = "dev" },
{ context_pattern = ".*eks-dev.*", context_alias = "eks-dev" },
{ context_pattern = ".*eks-sandbox.*", context_alias = "eks-sbx" },
{ context_pattern = ".*eks-production.*", context_alias = "eks-prod", style = "bg:black 204" },
Expand Down

0 comments on commit 45a66c1

Please sign in to comment.