Add fish completion

This commit is contained in:
FollieHiyuki 2021-01-07 22:21:07 +03:00 committed by Daniel Eklöf
parent 44d7242d14
commit 547b91e42b
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
4 changed files with 42 additions and 0 deletions

View file

@ -1,3 +1,6 @@
zsh_install_dir = join_paths(get_option('datadir'), 'zsh', 'site-functions')
fish_install_dir = join_paths(get_option('datadir'), 'fish', 'vendor_completions.d')
install_data('zsh/_foot', install_dir: zsh_install_dir)
install_data('zsh/_footclient', install_dir: zsh_install_dir)
install_data('fish/foot.fish', install_dir: fish_install_dir)
install_data('fish/footclient.fish', install_dir: fish_install_dir)