From e397ef09bc56bd574e09c47f2de8cf8894df8309 Mon Sep 17 00:00:00 2001 From: musjj <72612857+musjj@users.noreply.github.com> Date: Wed, 28 Feb 2024 02:35:46 +0700 Subject: [PATCH] fix: correct the path to the completion files --- nix/yazi.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/nix/yazi.nix b/nix/yazi.nix index b6b72b37..972fbf92 100644 --- a/nix/yazi.nix +++ b/nix/yazi.nix @@ -60,9 +60,9 @@ wrapProgram $out/bin/yazi \ --prefix PATH : "${makeBinPath runtimePaths}" installShellCompletion --cmd yazi \ - --bash ./yazi-config/completions/yazi.bash \ - --fish ./yazi-config/completions/yazi.fish \ - --zsh ./yazi-config/completions/_yazi + --bash ./yazi-boot/completions/yazi.bash \ + --fish ./yazi-boot/completions/yazi.fish \ + --zsh ./yazi-boot/completions/_yazi # Resize logo for RES in 16 24 32 48 64 128 256; do