geometry-zsh / geometry

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

fix: Reverted lazy loading for now. Closes #278. #279

Closed alxbl closed 4 years ago

alxbl commented 4 years ago

Moving back to sourcing everything for now. I will adapt the vi-mode plugin to perform a check upon sourcing to determine whether it should initialize itself.

We should review autoload and other possible approaches. Sorry for the issues this has caused.