dotfiles/.config/zsh/zsh_completion/_gitrmbranch

3 lines
84 B
Plaintext
Raw Normal View History

2020-03-08 19:18:49 +00:00
#compdef gitrmbranch gitrebranch
compadd $(git branch | cut -c 3- | grep -v master)