completions: add zsh completions

This commit is contained in:
Daniel Eklöf 2019-10-20 11:54:58 +02:00
parent 286db002f8
commit 6643fe5456
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
3 changed files with 17 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/_foot', install_dir: zsh_install_dir)