Unverified Commit 7964ad32 authored by mochie~!'s avatar mochie~!
Browse files

yazi-unwrapped: add nushell completions

build was generating completions for nushell, but they were left unused
parent 036c3539
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