mirror of
https://github.com/cheat/cheat.git
synced 2024-11-16 08:58:28 +01:00
Prepand _ to cheat.zsh to make zsh autocompletions works
This commit is contained in:
parent
e087674668
commit
b5ed21d5b7
2 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -17,6 +17,6 @@ setup(name='cheat',
|
|||
package_data={'cheatsheets': [f for f in os.listdir('cheatsheets')
|
||||
if '.' not in f]},
|
||||
scripts=['cheat'],
|
||||
data_files=[('/usr/share/zsh/site-functions', ['autocompletion/cheat.zsh']),
|
||||
data_files=[('/usr/share/zsh/site-functions', ['autocompletion/_cheat.zsh']),
|
||||
('/etc/bash_completion.d' , ['autocompletion/cheat.bash'])]
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue