tarjoilija / zgen

A lightweight and simple plugin manager for ZSH
BSD 2-Clause "Simplified" License
1.49k stars 98 forks source link

Adding environment variables to specific loaded modules #117

Open lvh opened 5 years ago

lvh commented 5 years ago

I want to disable the annoying oh-my-zsh update prompt. I also want to use an oh-my-zsh theme. You can disable the prompt when setting DISABLE_AUTO_UPDATE="true". Unfortunately that environment variable is as you can see not namespaced to oh-my-zsh, so I'm skittish about enabling it globally, lest I disable some other auto updating feature that I do actually want. Is there a way to disable it just for oh-my-zsh?