Merge pull request #298 from eli-schwartz/completion

fix incorrect install dir for fish completion

Tested by me with no issue
This commit is contained in:
JotaRandom 2020-01-22 13:22:03 -03:00 committed by GitHub
commit c7c33ac6c8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -28,7 +28,7 @@ sharefiles = [('ucs', 'ucsmap')]
commands = ['ponysay', 'ponythink', 'ponysay-tool']
shells = [('bash', '/usr/share/bash-completion/completions/ponysay', 'GNU Bash'),
('fish', '/usr/share/fish/completions/ponysay.fish', 'Friendly interactive shell'),
('fish', '/usr/share/fish/vendor_completions.d/ponysay.fish', 'Friendly interactive shell'),
('zsh', '/usr/share/zsh/site-functions/_ponysay', 'zsh')]
mansections = [('ponysay', '6'),