From 2aae89831e1525f3490e5e7eb47113ff539297ee Mon Sep 17 00:00:00 2001 From: Viktor Kronvall Date: Sun, 27 Apr 2025 04:56:04 +0900 Subject: [PATCH] completions: add fish shell support --- completions/nom.fish | 1 + flake.nix | 1 + 2 files changed, 2 insertions(+) create mode 100644 completions/nom.fish diff --git a/completions/nom.fish b/completions/nom.fish new file mode 100644 index 0000000..a668434 --- /dev/null +++ b/completions/nom.fish @@ -0,0 +1 @@ +complete --command nom --wraps nix diff --git a/flake.nix b/flake.nix index 09bbc3a..1cab4bb 100644 --- a/flake.nix +++ b/flake.nix @@ -35,6 +35,7 @@ "stdout.json" ".zsh" ".bash" + ".fish" "LICENSE" "CHANGELOG.md" "default.nix"