dotfiles/.config/zsh/completion/_git

3 lines
117 B
Text
Raw Normal View History

2021-04-19 10:38:28 +02:00
#compdef git_rmbranch git_rebranch
compadd $(git branch --format='%(refname:short)' | grep -v master | grep -v main)