hyprpm: install shell completions

This commit is contained in:
ErrorNoInternet 2024-04-09 16:10:33 +08:00 committed by Mihai Fufezan
parent c7b87e0aed
commit f6786f04d2

View File

@ -8,3 +8,7 @@ executable('hyprpm', src,
],
install : true
)
install_data('../hyprpm.bash', install_dir: join_paths(get_option('datadir'), 'bash-completions'), install_tag: 'runtime', rename: 'hyprpm')
install_data('../hyprpm.fish', install_dir: join_paths(get_option('datadir'), 'fish/vendor_completions.d'), install_tag: 'runtime')
install_data('../hyprpm.zsh', install_dir: join_paths(get_option('datadir'), 'zsh/site-functions'), install_tag: 'runtime', rename: '_hyprpm')