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