aboutsummaryrefslogtreecommitdiff
path: root/misc/fish
diff options
context:
space:
mode:
Diffstat (limited to 'misc/fish')
-rw-r--r--misc/fish/meson.build8
1 files changed, 8 insertions, 0 deletions
diff --git a/misc/fish/meson.build b/misc/fish/meson.build
new file mode 100644
index 000000000..d54de9a13
--- /dev/null
+++ b/misc/fish/meson.build
@@ -0,0 +1,8 @@
+configure_file(
+ input : 'completion.fish',
+ output : 'nix.fish',
+ install : true,
+ install_dir : datadir / 'fish/vendor_completions.d',
+ install_mode : 'rw-r--r--',
+ copy : true,
+)