geometry-zsh / geometry

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

Allow custom plugins that autoregister to be in PRIMARY #206

Closed jedahan closed 6 years ago

jedahan commented 6 years ago

Right now, custom plugins that autoregister go in the secondary (right hand) prompt. With this change, if someone puts the custom plugin in GEOMETRY_PROMPT_PLUGINS_PRIMARY, we will respect that decision.

This should fix #197 and revert #198

jedahan commented 6 years ago

This means we can continue with autoregister, while still allowing people to set plugins however they want