mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-21 21:46:07 +01:00
hyprpm: install shell completions
This commit is contained in:
parent
c7b87e0aed
commit
f6786f04d2
1 changed files with 4 additions and 0 deletions
|
@ -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')
|
||||
|
|
Loading…
Reference in a new issue