forked from entailz/toes
tabs and tab overview
This commit is contained in:
commit
d07c2a5cc9
244 changed files with 72046 additions and 0 deletions
9
completions/meson.build
Normal file
9
completions/meson.build
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
zsh_install_dir = join_paths(get_option('datadir'), 'zsh', 'site-functions')
|
||||
fish_install_dir = join_paths(get_option('datadir'), 'fish', 'vendor_completions.d')
|
||||
bash_install_dir = join_paths(get_option('datadir'), 'bash-completion', 'completions')
|
||||
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)
|
||||
install_data('bash/foot', install_dir: bash_install_dir)
|
||||
install_data('bash/footclient', install_dir: bash_install_dir)
|
||||
Loading…
Add table
Add a link
Reference in a new issue