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
So were you trying to install bash completions for zsh? or run ddev_bash_completion using zsh? (Sorry, missed this when I was out). We haven't yet implemented zsh completions, because the cobra project hadn't really landed zsh completion last I checked. It looks like it's still a WIP, see spf13/cobra#107 - but they do have the basic command structure in there.
I just tested on Ubuntu 16.04 and it worked fine; The way to do this (if bash completion is installed) is to sudo mkdir -p /etc/bash_completion.d/ddev && sudo cp /tmp/ddev_bash_completion.sh /etc/bash_completion.d/ddev and then reload your window. You don't actually run the script yourself, and it's not useful in zsh. I'm going to go ahead and close this, but feel free to continue the conversation.
After installing recent ddev I tried to install bash completion but it failed with an error:
I'm using ubuntu 18 with zsh installed.
The text was updated successfully, but these errors were encountered: