geometry-zsh / geometry

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

Make sure to sanitize pinned plugins in plugin_check (Fixes #192) #194

Closed jedahan closed 6 years ago

jedahan commented 6 years ago

I had to do this to fix +rustup in my config

desyncr commented 6 years ago

I tried it and I see no breaking changes. What's a test case?

desyncr commented 6 years ago

btw, my configs:

GEOMETRY_PROMPT_PLUGINS_SECONDARY=(exec_time jobs +node git +hostname)
GEOMETRY_PROMPT_PLUGINS_PRIMARY=(path)
jedahan commented 6 years ago

On a fresh install of geometry, minimal zshrc with GEOMETRY_PROMPT_PLUGINS_SECONDARY=(+rustup) before I would get errors 'rustup plugin not found'. Now I don't.

desyncr commented 6 years ago

Mergin then!