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
Hi.I am using daily oh-my-zsh and observe bug in your plugin with not call autoload bashcompinit. Without this is appear /proc/self/fd/17:32: command not found: complete
at run shell and this pipx ru(eval):1: command not found: _bash_complete (eval):1: command not found: _bash_complete (eval):1: command not found: _bash_complete pipx (eval):1: command not found: _bash_complete (eval):1: command not found: _bash_complete (eval):1: command not found: _bash_complete
when use pipx.
The solution is add autoload -U +X bashcompinit && bashcompinit before source oh-my-zsh.sh
The text was updated successfully, but these errors were encountered:
Hi.I am using daily oh-my-zsh and observe bug in your plugin with not call autoload bashcompinit. Without this is appear
/proc/self/fd/17:32: command not found: complete
at run shell and this
pipx ru(eval):1: command not found: _bash_complete (eval):1: command not found: _bash_complete (eval):1: command not found: _bash_complete pipx (eval):1: command not found: _bash_complete (eval):1: command not found: _bash_complete (eval):1: command not found: _bash_complete
when use pipx.
The solution is add
autoload -U +X bashcompinit && bashcompinit
before sourceoh-my-zsh.sh
The text was updated successfully, but these errors were encountered: