diff options
author | ng0 <ng0@n0.is> | 2018-01-14 17:23:00 +0000 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2018-01-16 16:00:20 +0100 |
commit | b83fc85f9f40d9a5dff5b0d3ef38c1b93bd4c7e3 (patch) | |
tree | 2c5474f44498bb0ad809a30df96b723857bb9702 /Makefile.am | |
parent | 889b4af7d89a8ce0f05e210b6bd2212f787659a4 (diff) | |
download | patches-b83fc85f9f40d9a5dff5b0d3ef38c1b93bd4c7e3.tar patches-b83fc85f9f40d9a5dff5b0d3ef38c1b93bd4c7e3.tar.gz |
etc: Add completions for fish.
* etc/completion/fish/guix.fish: New file.
* Makefile.am: Register the file.
* configure.ac: Add the fish vendor-completions directory.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index a0e5ff1697..aebd3b1eb7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -9,6 +9,7 @@ # Copyright © 2017 Ricardo Wurmus <rekado@elephly.net> # Copyright © 2017 Jan Nieuwenhuizen <janneke@gnu.org> # Copyright © 2017 Arun Isaac <arunisaac@systemreboot.net> +# Copyright © 2018 ng0 <ng0@n0.is> # # This file is part of GNU Guix. # @@ -427,6 +428,9 @@ dist_bashcompletion_DATA = etc/completion/bash/guix # Zsh completion file. dist_zshcompletion_DATA = etc/completion/zsh/_guix +# Fish completion file. +dist_fishcompletion_DATA = etc/completion/fish/guix.fish + EXTRA_DIST = \ HACKING \ ROADMAP \ |