https://bugs.kde.org/show_bug.cgi?id=438530

Xynt Xo <xyn...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Platform|Fedora RPMs                 |Neon
                 CC|                            |xyn...@gmail.com
             Status|REPORTED                    |CONFIRMED
     Ever confirmed|0                           |1

--- Comment #4 from Xynt Xo <xyn...@gmail.com> ---
Confirming.  The completion function is bash-only, and we're putting it into
.zshrc.  zsh does have a bash compatibility plugin (`bashcompinit`), but 1)
this is not loaded by default on many systems (including Neon), and 2) loading
the bash layer also requires loading a broad set of zsh completions which the
user might not want.

It seems to me that the correct path forward is to:
1) Test for the presence of the bash compatibility layer, and if it is not
present then don't put bash code into .zshrc
2) Create a zsh-specific completion function

I'll create a merge request for #1 and look into #2.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to