Skip to content

Add ZSHAUTOCOMPLETEDIR to KDEInstallDirs

ivan tkachenko requested to merge work/ratijas/zsh into master

So that KDE packages that provide zsh completions could use pre-set variable instead of manually concatenating paths each time.

I tried adding it to the prefix.sh.cmake, so that it would be available for zsh users in their sessions for free, but unfortunately that script seems to be sourced exclusively by a #!/bin/bash session script.

Merge request reports