mirror of
https://github.com/erkin/ponysay.git
synced 2024-11-21 20:18:00 +01:00
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:
commit
c7c33ac6c8
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -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'),
|
||||
|
|
Loading…
Reference in a new issue