-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Plugin won't work if zsh
is not shipped with pcre
#23
Comments
pcre
zsh
is not shipped with pcre
Sorry to raise this from the dead but none of the workarounds are doing it for me :/. I#ve tried all possible combinations of pcre, pcre2, zsh, compiling from source with pcre flag etc. thats what happens when im trying to use auto complete on ssh:
(I tabbed after the |
Reinstalling zsh and pcre2 via brew still works but sudo dscl . -create "/Users/${USER}" UserShell $(brew --prefix)/bin/zsh |
Hi and thanks for your very nice
zsh
plugin.I had issues insalling it on my 2021 Macbook Pro (M1 Max, Ventura 13.6.2)
After install, Auto complete failed with this error message
Thanks to some google I was able to find a similar issue / fix: zthxxx/jovial#12
Long story short: System installed
zsh
(/bin/zsh
) does not includepcre
I was able to fix by using
zsh
frombrew
. You need to do the following commandsThe text was updated successfully, but these errors were encountered: