2024-03-29 16:24:16 +00:00
|
|
|
foreach script : [ [ 'completion.zsh', '_nix' ], [ 'run-help-nix' ] ]
|
2024-09-26 19:28:25 +00:00
|
|
|
fs.copyfile(
|
|
|
|
script[0],
|
|
|
|
script.get(1, script[0]),
|
2024-03-29 16:24:16 +00:00
|
|
|
install : true,
|
|
|
|
install_dir : datadir / 'zsh/site-functions',
|
|
|
|
install_mode : 'rw-r--r--',
|
|
|
|
)
|
|
|
|
endforeach
|