Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug: Azure subscription color classes is bugging #2378

Closed
benm-stm opened this issue Jul 10, 2023 · 1 comment
Closed

bug: Azure subscription color classes is bugging #2378

benm-stm opened this issue Jul 10, 2023 · 1 comment

Comments

@benm-stm
Copy link
Contributor

benm-stm commented Jul 10, 2023

when defining colors for the different subscription based on patterns, the latter one is loosing the name context
Also the documentation doesn't mention azure as supported in this feature

typeset -g POWERLEVEL9K_AZURE_CLASSES=(
      '*prod*'  PROD
      '*test*'  TEST           
      '*'       DEFAULT)

typeset -g POWERLEVEL9K_AZURE_DEFAULT_FOREGROUND=32
typeset -g POWERLEVEL9K_AZURE_TEST_FOREGROUND=green
typeset -g POWERLEVEL9K_AZURE_PROD_FOREGROUND=red

Also the documentation for azure is not found

@romkatv
Copy link
Owner

romkatv commented Jul 11, 2023

Fixed by #2379

@romkatv romkatv closed this as completed Jul 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants