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