mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-05-02 06:46:32 -04:00
Add fish completion
This commit is contained in:
parent
ba48109a9b
commit
bb1b8bc7ca
4 changed files with 39 additions and 0 deletions
|
|
@ -1,3 +1,6 @@
|
|||
zsh_install_dir = join_paths(get_option('datadir'), 'zsh', 'site-functions')
|
||||
fish_install_dir = join_paths(get_option('datadir'), 'fish', 'vendor_completions.d')
|
||||
install_data('zsh/_foot', install_dir: zsh_install_dir)
|
||||
install_data('zsh/_footclient', install_dir: zsh_install_dir)
|
||||
install_data('fish/foot.fish', install_dir: fish_install_dir)
|
||||
install_data('fish/footclient.fish', install_dir: fish_install_dir)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue