geometry-zsh / geometry

geometry is a minimal, fully customizable and composable zsh prompt theme
ISC License
931 stars 94 forks source link

Have to source zshrc to use some environment variables #179

Closed mustaqimmalim closed 7 years ago

mustaqimmalim commented 7 years ago

This has bugged me for a while. I have to run source .zshrc to get the PROMPT_GEOMETRY_COLORIZE_ROOT to show correctly.

frm commented 7 years ago

Are you setting the variable before sourcing geometry?

mustaqimmalim commented 7 years ago

At last I found out why, I had to change permissions to ~/.zplug and now it works correctly. Sorry for the bother.