mirror of
https://github.com/cheat/cheat.git
synced 2025-07-18 03:31:59 +02:00
Install zsh completions
This commit is contained in:
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'])]
|
||||
)
|
||||
|
Reference in New Issue
Block a user