mirror of
https://github.com/NixOS/nix
synced 2025-07-10 04:43:53 +02:00
Add a fish completion script
This is only rudimentary support as allowed by `NIX_GET_COMPLETIONS`. In the future, we could use complete’s `--wraps` argument to autocomplete arguments for programs after `nix shell -c`.
This commit is contained in:
parent
323e5450a1
commit
bee71e1bb1
3 changed files with 39 additions and 0 deletions
1
Makefile
1
Makefile
|
@ -12,6 +12,7 @@ makefiles = \
|
|||
src/resolve-system-dependencies/local.mk \
|
||||
scripts/local.mk \
|
||||
misc/bash/local.mk \
|
||||
misc/fish/local.mk \
|
||||
misc/zsh/local.mk \
|
||||
misc/systemd/local.mk \
|
||||
misc/launchd/local.mk \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue