lsd-rs / lsd

The next gen ls command
Apache License 2.0
13.16k stars 429 forks source link

[Bug]: fish completions directory wrong #899

Closed Korkman closed 7 months ago

Korkman commented 1 year ago

Version

version

1.0.0 Tested release files: lsd-musl_1.0.0_amd64.deb lsd_1.0.0_amd64.deb

What OS are you seeing the problem on?

Linux

installation

dpkg -i

term

No response

ls-colors

No response

What happened?

Fish completions end up in
/usr/share/fish/completions/completions

What expected?

Should be
/usr/share/fish/vendor_completions.d

What else?

No response

zwpaper commented 1 year ago

it looks like fish ship its own completions in /usr/share/fish/completions/completions, and vendors should put it in /usr/share/fish/vendor_completions.d

ref: https://fishshell.com/docs/current/completions.html

/milestone v1.1.0 /kind enhancement /area packaging