hatch autocompletion for oh-my-zsh #1884
jesshart
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
If you are using oh-my-zsh, here is a quick tutorial on how to get autocompletion setup on your system:
First, add the autocompletion script as a plug in:
Then, add
hatch
to the plugins in your.zshrc
file:# .zshrc plugins=(git hatch)
Finally, close out and reopen your shell to test. Test with
hatch <tab>
.This is what mine looks like:
Beta Was this translation helpful? Give feedback.
All reactions