]> git.notmuchmail.org Git - notmuch/commit
configure: Install zsh completions where zsh will find them.
authorOliver Kiddle <okiddle@yahoo.co.uk>
Thu, 14 Nov 2019 22:10:50 +0000 (23:10 +0100)
committerDavid Bremner <david@tethera.net>
Tue, 3 Dec 2019 12:25:55 +0000 (08:25 -0400)
commit2044c7aad9cbe2e87c773169a622e549b588d208
tree1f2a7a9f92a0fbc0b1f51310ce3e27c8f05d1ca7
parent3185830e3afaa238d0c79220fcefea8800b8cf85
configure: Install zsh completions where zsh will find them.

Zsh searches in the $fpath array for completion functions. By default
this includes $(prefix)/share/zsh/site-functions but not the existing
value. The prefix for zsh and notmuch isn't guaranteed to be the same
but it normally will be making this a better default for
zsh_completion_dir.
configure