When first installing powerlevel10k, one usually follows the guides available on the Internet and clone the repository inside oh-my-zsh's folder:
git clone --depth=1 https://github.com/romkatv/powerlevel10k.git ${ZSH_CUSTOM:-$HOME/.oh-my-zsh/custom}/themes/powerlevel10k
Now, if I echo $ZSH_CUSTOM
I will get /home/myuser/.oh-my-zsh/custom
as expected, but printenv
will not list it at all. Why is that?