Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Include Zsh completion file in the gem #160

Merged
merged 1 commit into from
Nov 22, 2017

Conversation

avdv
Copy link
Collaborator

@avdv avdv commented Nov 16, 2017

Add the _colorls completion file to the zsh/ folder of the gem and make the
tab_complete.sh script work for Zsh too.

Description

This PR makes the tab completion work for Zsh users too. The tab_complete.sh script conditionally initializes the completion for Bash or Zsh.

@athityakumar
Copy link
Owner

@avdv - Resolve the merge conflicts, please. 😄

.gitignore Outdated
docs/
zsh/_colorls
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I guess this _colorls auto-completion file will have to be removed from gitignore.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, of course!

I have removed it from the ignore file and added it to the commit instead.

And also adjusted the rakefile and gemspec accordingly.

Add the `_colorls` completion file to the `zsh/` folder of the gem and make the
`tab_complete.sh` script work for Zsh too.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants