foot/completions/meson.build

4 lines
195 B
Meson
Raw Normal View History

zsh_install_dir = join_paths(get_option('datadir'), 'zsh', 'site-functions')
2019-10-20 11:54:58 +02:00
install_data('zsh/_foot', install_dir: zsh_install_dir)
install_data('zsh/_footclient', install_dir: zsh_install_dir)