<div dir="ltr"><div><div><div><div><div><div><div><div><div>Hi guys<br><br></div>I hated the fact that I didn&#39;t have branch name completions for remove_topic_branch in zsh, so I wrote an auto-completion script for it: <a href="https://github.com/danberindei/scripts/blob/master/zsh/_remove_topic_branch">https://github.com/danberindei/scripts/blob/master/zsh/_remove_topic_branch</a><br>

<br></div>Just save it to any directory and then add the directory to fpath in your .zshrc/.zshenv, like this:<br><br></div>fpath=( $fpath &lt;dir&gt; )<br><br></div>or like this<br><br></div>FPATH=$FPATH:&lt;dir&gt;<br>
<br>
</div><br></div>Hope this helps.<br><br></div>Cheers<br></div>Dan<br><div><div><div><div><br></div></div></div></div></div>