2020-03-29 12:21:28 +02:00
|
|
|
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)
|
2019-11-01 20:39:34 +01:00
|
|
|
install_data('zsh/_footclient', install_dir: zsh_install_dir)
|