mirror of
https://github.com/Erreur32/cheat.git
synced 2024-12-22 21:52:12 +01:00
Install zsh completions
This commit is contained in:
parent
f20c0aba20
commit
a781f6a8f7
1 changed files with 2 additions and 1 deletions
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…
Reference in a new issue