dotfiles/.config/shell/zsh_completion/_gitrmbranch
2020-03-23 20:46:08 +01:00

2 lines
84 B
Text

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