3 lines
84 B
Text
3 lines
84 B
Text
|
#compdef gitrmbranch gitrebranch
|
||
|
compadd $(git branch | cut -c 3- | grep -v master)
|