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