You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running the initialization script will prompt the following error message:
zulu init ✔ Switched to Zulu master _zulu_init_setup_completion:9: compinit: function definition file not found _zulu_init:61: promptinit: function definition file not found zsh: prompt: command not found...
then autocompletion fails with expand-or-complete-with-indicator:3: _main_complete: function definition file not found
The text was updated successfully, but these errors were encountered:
Same here (without oh-my-zsh) after upgrading my macbook to 10.15 (Catalina).
-edit-
For me the problem was that zulu had set my fpath when my mac had zsh 5.3 installed. One of the references was to a folder name based on that version. Catalina installed zsh version 5.7.1. I updated the folder name and everything worked again.
Running the initialization script will prompt the following error message:
zulu init ✔ Switched to Zulu master _zulu_init_setup_completion:9: compinit: function definition file not found _zulu_init:61: promptinit: function definition file not found zsh: prompt: command not found...
then autocompletion fails with
expand-or-complete-with-indicator:3: _main_complete: function definition file not found
The text was updated successfully, but these errors were encountered: