Unverified Commit bb0cd351 authored by nixpkgs-ci[bot]'s avatar nixpkgs-ci[bot] Committed by GitHub
Browse files

yazi-unwrapped: add nushell completions (#461168)

parents efaabf9a 7964ad32
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -25,6 +25,7 @@ rustPlatform.buildRustPackage (finalAttrs: {

  postInstall = ''
    installShellCompletion --cmd yazi \
      --nushell ./yazi-boot/completions/yazi.nu \
      --bash    ./yazi-boot/completions/yazi.bash \
      --fish    ./yazi-boot/completions/yazi.fish \
      --zsh     ./yazi-boot/completions/_yazi