completions: add zsh completions

This commit is contained in:
Daniel Eklöf 2019-05-29 20:25:23 +02:00
parent 74fca1efef
commit 6513652711
3 changed files with 12 additions and 0 deletions

2
completions/meson.build Normal file
View file

@ -0,0 +1,2 @@
zsh_install_dir = join_paths(get_option('datadir'), 'zsh/site-functions')
install_data('zsh/_f00bar', install_dir: zsh_install_dir)