-
Notifications
You must be signed in to change notification settings - Fork 9
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
Add autocompletion for "zsh" shell #230
Labels
Comments
@vyahello thank you for the issue. I'm going to make implementation and will notify you once it will be released. |
extsoft
added a commit
that referenced
this issue
Feb 7, 2020
Zsh completion is available in `completions/_git-elegant` file. It's configured to complete `git-elegant` command and `git` command (as the Git aliases need to have completion also). The installation script displays instructions for installation both Bash and Zsh completion as well as some recommendations. Also, Getting Started document has a significant update: - it starts from the installation and ends post-steps - the instructions are shorter now - completion recommendations are moved to the installation script #230
extsoft
added a commit
that referenced
this issue
Feb 9, 2020
Zsh completion is available in `completions/_git-elegant` file. It's configured to complete `git-elegant` command and `git` command (as the Git aliases need to have completion also). The installation script displays instructions for installation both Bash and Zsh completion as well as some recommendations. Also, Getting Started document has a significant update: - it starts from the installation and ends post-steps - the instructions are shorter now - completion recommendations are moved to the installation script #230
@vyahello implemented in version |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
A problem/task I want to solve
I cannot use autocompletion for
elegant-git
tool usingzsh
shell.The solution I'd like
I would like
elegant-git
tool autocompletion to work withzsh
shell the same as it currently works withbash
shell.The text was updated successfully, but these errors were encountered: