Add hatch autocomplete for oh-my-zsh
- Run this command
mkdir -p ${ZSH_CUSTOM:=~/.oh-my-zsh/custom}/plugins/hatch-zsh-completion && _HATCH_COMPLETE=zsh_source hatch > ${ZSH_CUSTOM}/plugins/hatch-zsh-completion/hatch-zsh-completion.plugin.zsh- Add
hatch-zsh-completionto your.zshrcfile atplugins=like so
plugins=(git hatch-zsh-completion)