-
-
Notifications
You must be signed in to change notification settings - Fork 44
Open
Description
Describe the bug
Many Zsh plugins expect themselves to be added to fpath. One example of a plugin that won't work properly if it's not added to fpath is the popular prompt plugin pure.
Other plugin managers do this for users automatically:
Steps to reproduce
# zshrc
plug sindresorhus/pureError when not in fpath:
prompt_pure_setup:22: async: function definition file not found
prompt_pure_async_init:6: command not found: async_start_worker
prompt_pure_async_init:7: command not found: async_register_callback
prompt_pure_async_init:8: command not found: async_worker_eval
prompt_pure_async_tasks:7: command not found: async_worker_eval
prompt_pure_async_tasks:27: command not found: async_jobExpected behavior
Zsh plugin managers should add loaded plugins to fpath.
Screenshots and recordings
No response
OS / Linux distribution
All
Zsh version
All
Zap version
Any
Terminal emulator
Any
If using WSL on Windows, which version of WSL
None
Additional context
No response
ChristianChiarulli, RayZ0rr, stefanosandes, hyunanto and ngtuonghy
Metadata
Metadata
Assignees
Labels
No labels