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