mirror of
https://github.com/cheat/cheat.git
synced 2025-05-23 00:26:05 +02: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'],
|
||||
package_data={'cheatsheets': [f for f in os.listdir('cheatsheets')
|
||||
if '.' not in f]},
|
||||
scripts=['cheat']
|
||||
scripts=['cheat'],
|
||||
data_files=[('/usr/share/zsh/site-functions', ['_cheat'])]
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user