fix: correct the path to the completion files

This commit is contained in:
musjj 2024-02-28 02:35:46 +07:00 committed by GitHub
parent bb8ab42561
commit e397ef09bc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -60,9 +60,9 @@
wrapProgram $out/bin/yazi \ wrapProgram $out/bin/yazi \
--prefix PATH : "${makeBinPath runtimePaths}" --prefix PATH : "${makeBinPath runtimePaths}"
installShellCompletion --cmd yazi \ installShellCompletion --cmd yazi \
--bash ./yazi-config/completions/yazi.bash \ --bash ./yazi-boot/completions/yazi.bash \
--fish ./yazi-config/completions/yazi.fish \ --fish ./yazi-boot/completions/yazi.fish \
--zsh ./yazi-config/completions/_yazi --zsh ./yazi-boot/completions/_yazi
# Resize logo # Resize logo
for RES in 16 24 32 48 64 128 256; do for RES in 16 24 32 48 64 128 256; do