foot/completions/meson.build

4 lines
192 B
Meson
Raw Normal View History

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