dotfiles/.config/zsh/completion/_git

3 lines
117 B
Plaintext

#compdef git_rmbranch git_rebranch
compadd $(git branch --format='%(refname:short)' | grep -v master | grep -v main)