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

Background of pyenv doesn't change in p10k file #2714

Closed
adimitrova opened this issue Jun 26, 2024 · 0 comments
Closed

Background of pyenv doesn't change in p10k file #2714

adimitrova opened this issue Jun 26, 2024 · 0 comments

Comments

@adimitrova
Copy link

I am trying to customize pyenv version in my terminal, I hate this blue #4.

If i run the function below, i can see that the variable typeset -g _POWERLEVEL9K_PYENV_BACKGROUND=4 so it's set to blue #4 colour. I am trying to overwrite it with my own value inside the ~/.p10k.zsh file, but in just doesn't work. How do i unset that value or make sure the p10k file actually overwrites it? Thanks in advance.

() {
  emulate -L zsh -o xtrace
  typeset -pm 'POWERLEVEL9K_*|ZSH_VERSION|*PYENV*|*pyenv*'
  pyenv version-name
  pyenv version
  pyenv global
}
@adimitrova adimitrova changed the title Background of pyenv doesn't change Background of pyenv doesn't change in p10k file Jun 26, 2024
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

1 participant