aboutsummaryrefslogtreecommitdiff
path: root/misc/zsh/meson.build
blob: bd388a31f9361d95fbd1f2a570209bf74cbe4424 (plain)
1
2
3
4
5
6
7
8
9
foreach script : [ [ 'completion.zsh', '_nix' ], [ 'run-help-nix' ] ]
  fs.copyfile(
    script[0],
    script.get(1, script[0]),
    install : true,
    install_dir : datadir / 'zsh/site-functions',
    install_mode : 'rw-r--r--',
  )
endforeach