A plugin for oh-my-zsh that cleans up dead git branches
Simply clone the repo into your .oh-my-zsh/custom/plugins folder:
git clone https://github.com/gobriansteele/git-clean-branch.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/git-clean-branchThen add git-clean-branch to your plugins in .zshrc:
plugins=(git yarn brew git-clean-branch)To use, simply navigate into any git directory and run git-clean-branch.