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

View file

@ -98,4 +98,5 @@ custom_target(
install_data('foot.desktop', install_dir: join_paths(get_option('datadir'), 'applications'))
install_data('footrc', install_dir: join_paths(get_option('datadir'), 'foot'))
subdir('completions')
subdir('doc')