erkin / ponysay

Pony rewrite of cowsay.
GNU General Public License v3.0
1.19k stars 81 forks source link

fix incorrect install dir for fish completion #298

Closed eli-schwartz closed 4 years ago

eli-schwartz commented 4 years ago

fish completions should never be installed to share/fish/completions/ as that directory is reserved exclusively for completions shipped as part of the fish source code.

Use the same vendor_completions.d/ directory which the default fish configuration uses.