Is there a way to make zsh complete command parameters (just like a fish does). For example, when I type ls -- and use TAB, it displays a list of all ls options.
I know that I can use a fish shell for this, and I know that the fish shell is amazing, but there are a lot of missing functionality in the fish shell. Therefore, I want this parameter to end in zsh.
source share