mu: add zsh completion
Remove the ancient zsh completion, and replace with a new, more complete one. Automatically install (but configuration through meson options)
This commit is contained in:
@ -75,6 +75,18 @@ option('guile-extension-dir',
|
||||
type: 'string',
|
||||
description: 'custom install path for the guile extension module')
|
||||
|
||||
#
|
||||
# completion
|
||||
#
|
||||
|
||||
option('zsh-completion',
|
||||
type : 'feature',
|
||||
value: 'auto',
|
||||
description: 'whether to install zsh completion for mu')
|
||||
option('zsh-completion-dir',
|
||||
type: 'string',
|
||||
description: 'custom install path for zsh completion')
|
||||
|
||||
#
|
||||
# misc
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user