diff --git a/setup.py b/setup.py index df3fb01..ec94f8f 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ 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']), ('/usr/share/fish/completions' , ['autocompletion/cheat.fish']) ]