mirror of
https://github.com/sxyazi/yazi.git
synced 2026-07-25 08:41:05 +00:00
fix: correct the path to the completion files
This commit is contained in:
parent
bb8ab42561
commit
e397ef09bc
1 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue