mirror of
https://github.com/cheat/cheat.git
synced 2024-11-22 14:01:36 +01:00
Install zsh completions
This commit is contained in:
parent
f20c0aba20
commit
a781f6a8f7
3
setup.py
3
setup.py
@ -12,5 +12,6 @@ setup(name='cheat',
|
|||||||
packages=['cheatsheets'],
|
packages=['cheatsheets'],
|
||||||
package_data={'cheatsheets': [f for f in os.listdir('cheatsheets')
|
package_data={'cheatsheets': [f for f in os.listdir('cheatsheets')
|
||||||
if '.' not in f]},
|
if '.' not in f]},
|
||||||
scripts=['cheat']
|
scripts=['cheat'],
|
||||||
|
data_files=[('/usr/share/zsh/site-functions', ['_cheat'])]
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user