zplug / zplug2

:no_entry_sign: DEPRECATED
https://github.com/b4b4r07/zplug/tree/v2
8 stars 3 forks source link

having trouble loading async for pure #13

Closed jedahan closed 8 years ago

jedahan commented 8 years ago

I was trying to use the on tag, like this:

zplug "mafredi/zsh-async", on:sindresorhus/pure

but it doesn't load pure, like i would expect. If I do both:

zplug "mafredi/zsh-async", on:sindresorhus/pure
zplug "sindresorhus/pure", use:pure.zsh, nice:999

then i get the error:

prompt_pure_setup:11: async: function definition file not found
prompt_pure_async_tasks:3: command not found: async_start_worker
prompt_pure_async_tasks:4: command not found: async_register_callback
babarot commented 8 years ago

your typo:

- mafredi/zsh-async
+ mafredri/zsh-async

Besides, nice:999 is meaningless value because nice should be set between -20 .. 19.

Try again please.

jedahan commented 8 years ago

wow sorry about that, thank you very much :tired_face: