From 4086fbb16662aa5c13ddceb97fdcb21a91410dd8 Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath Date: Wed, 10 Jun 2026 10:52:31 +0530 Subject: [PATCH] feat(nix): shell completions for `ya` CLI (#4030) --- nix/yazi-unwrapped.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/nix/yazi-unwrapped.nix b/nix/yazi-unwrapped.nix index 543a6470..6bd05cbc 100644 --- a/nix/yazi-unwrapped.nix +++ b/nix/yazi-unwrapped.nix @@ -54,6 +54,11 @@ rustPlatform.buildRustPackage (finalAttrs: { --fish ./yazi-boot/completions/yazi.fish \ --zsh ./yazi-boot/completions/_yazi + installShellCompletion --cmd ya \ + --bash ./yazi-cli/completions/ya.bash \ + --fish ./yazi-cli/completions/ya.fish \ + --zsh ./yazi-cli/completions/_ya + # Resize logo for RES in 16 24 32 48 64 128 256; do mkdir -p $out/share/icons/hicolor/"$RES"x"$RES"/apps